You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But I need help: when I opening a new point cloud. I use this code to open xyz point cloud
v = pptk.viewer(xyz)
Every thing works fine, but when I try to change the camera position
v.set(lookat=(1.8, 8.3, 6.67) )
The camera is moving,but when I begining to use mouse to navigate, the camera position come back to the original position (same as when I open the point cloud)
Do you have an idea how to set camera position and staying there
Thank you
Pascal
The text was updated successfully, but these errors were encountered:
Hi, I begining to use PPTK for point coud viewer.
But I need help: when I opening a new point cloud. I use this code to open xyz point cloud
v = pptk.viewer(xyz)
Every thing works fine, but when I try to change the camera position
v.set(lookat=(1.8, 8.3, 6.67) )
The camera is moving,but when I begining to use mouse to navigate, the camera position come back to the original position (same as when I open the point cloud)
Do you have an idea how to set camera position and staying there
Thank you
Pascal
The text was updated successfully, but these errors were encountered: