Pourfex

Results 10 issues of Pourfex

**Describe the bug** ThreeJS Editor doesn't take into account scene cameras anymore. Before r138, clicking on play would switch to scene camera. now it stay on the editor camera. **To...

Editor

Hello, Wanted to use Crisp for both support and improving ideas chat. In my android app I used ``` private fun contactSupport(improveIdeas: Boolean = false) { Crisp.configure(applicationContext, if (improveIdeas) BuildConfig.CRISP_ID_IDEAS...

bug
help wanted
native-sdk
discussion

**Is your feature request related to a problem? Please describe.** The runtime export of GLTFast provides a .bin and a .glb If I want to load the result later in...

enhancement

Color layers with WMS or FileSource resolution are pixelated depending on the view's extent size. Small Extent : ![image](https://github.com/iTowns/itowns/assets/25880714/ee0cd7ae-96a2-419c-aa45-0062ed9926ba) Bigger Extent ![image](https://github.com/iTowns/itowns/assets/25880714/35c06c5e-0ff5-4024-8b8d-d9cd5ea2bbc2) ## Your Environment * Version used: 2.41.1 *...

In src/CameraUtils.js, there is a few const written and the line ``` THREE.Object3D.DEFAULT_UP.set(0, 0, 1) ``` Using itowns as an npm package set the THREE up axis for all three...

bug :bug:

Hello, I have issues with picking (works well in Potree), been trying to fix it by going deep into potree's code and this typescript project. ``` private static addPositionToPickPoint( point:...

bug

Hello, Tried to follow the instructions to test ifcJSON with the conda environnement : - Clone this repository - Conda env(create, activate install forge & ifcopenshell) - cd to ./file-converters...

Displaying a COG in EPSG:3857 in a planarView has wrong rendering. Other projected systems (EPSG:2154; EPSG:39XX) works fine. ## Your Environment * Version used: itowns 2.43.2-next-7 * Browser Name and...

# Remote URL We would like to use the PotreeV2 format for remote url, mainly because we might have to handle several Go of data. ## Remote/local URL handling with...