José Ferrão

Results 236 comments of José Ferrão

Hello You should be able tochange the center of the map by moving the MapView object around. ``` var map = new MapView(MapView.PLANAR, provider); map.position.set(1,2,3); scene.add(map); ```

Hello This might require some changes since during load the map tiles might overlap for a while. I have to verify bit it might be possible to do some changes...

Hello As @shiukaheng stated the codebase is based on an older version of portree 1.6 , which at the time was not using ES modules and was not possible to...

Hi I might add a second build without the hardcoded globally imported THREE variable, having it instead as a peer dependency. Thanks a lot for reporting.

Hello This is a tricky one, multiple view is not supported in potree because nodes are loaded/discarded based on the camera view. With multiple cameras (e.g) you will get some...

Hello Thanks a lot for this reamark this is something that i have to fix. Thanks a lot

Hi Thank you, happy holidays. Hmm, I have to check about that I think that the bounding box is the smallest axis-aligned (without rotation) box, that's what is normally used...

Hello Seems kinda of weird aside from ordering transparent materials are rendered in the same way as other non-transparent ones in three.js. Are you using logarithmic depth here?, Ensure that...

Hmm what about a drawMode attribute? Values possible would be WIREFRAME, POINTS or TRIANGLES or something similar. Would be a better approach than having multiple boolean flags, and can be...

Hello Its possible to run the nunuStudio inside of vue.js projects. Check the embed tutorial on the project page on how to import a nps file in runtime from a...