Search found 2 matches

by ccod
Fri Jun 23, 2017 1:00 pm
Forum: CloudCompare
Topic: Modifying camera position and orientation
Replies: 3
Views: 18121

Re: Modifying camera position and orientation

Thank you very much for the pointers! I'm always sticking to perspective projection; I only used setPivotPoint to quickly ensure that the desired position for the camera was ok, but then commented it out when actually calling setCameraPos. I haven't modified the value of autoUpdateCameraPos (in fact...
by ccod
Thu Jun 22, 2017 4:36 pm
Forum: CloudCompare
Topic: Modifying camera position and orientation
Replies: 3
Views: 18121

Modifying camera position and orientation

I would like to move the camera so that it lies on a given point of a loaded point cloud and at the same time re-orient it so that it uses a given up-vector. I tried using the methods setCustomView() and setCameraPos() of ccGLWindow (in this order); while the orientation is ok, there seems to be som...