Open jean-noelp opened 5 years ago
Hi @jean-noelp, can you please check if that problem still exists with version 0.0.19 which includes a fix related to orthographic cameras (https://github.com/pnext/three-loader/commit/7609be2b34d03ad5593a817faf01346d17eb8b68).
Thanks for reply. I updated the library with this commit, and now I have this behavior:
With PerspectiveCamera, before changing camera, the point cloud is full:
Then, I switch into Ortho, and the point cloud stop loading but partially:
And to finish, when I come back into perpective, the point cloud definitively stop the point cloud loading partially:
So it seems that the pb is partially resolved!
Which point size mode do you use? If you use adaptive mode, please try attenuated or fixed.
I tried all modes with no differences for the moment.. I'm continuing researches...
Hi,
I'm trying to dynamically change the camera from Perspective to Orthographic. As a consequence, I use the good camera when I'm calling:
The problem is that even if the view is effectively changed, the point cloud seems to get stuck at the minimum LOD. Is there an other operation to properly do this camera switch ?
Regards,