-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seems not support camera changements #37
Comments
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 (7609be2). |
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... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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,
The text was updated successfully, but these errors were encountered: