invalidateViewport();
invalidateVisualization();
deprecate3DLayer();
When I was sorting out the code, after seeing a lot of setcameraposs, I entered these three codes, and I couldn't understand what these three codes do. I have seen your comment, but I don't understand what it does.
Difficulties when using the camera.
Re: Difficulties when using the camera.
It tells CC to recompute these various matrices / information the next time it will render the 3D view.
Daniel, CloudCompare admin
Re: Difficulties when using the camera.
Thank you for your answer