DiscussionsIssue archiveVisualization and 3D Viewer

Archived discussion

Change view orientation like AIS_ViewCube

Visualization and 3D ViewerSat, 11/28/2020 - 02:192 replies

Browse this forum
QuestionAuthor

I am using the V3d_View::SetProj to change view orientation and i also use AIS_ViewCube.

Is that possible the animate SetProj like AIS_ViewCube?

Discussion

2 archived replies

Posts are displayed in their archived order.

01Commenter-1

If you will take a look into AIS_ViewCube implementation, you will see that it calls the same V3d_View::SetProj() method for defining camera orientation.
AIS_ViewCube relies on AIS_AnimationCamera class for performing a smooth transition between two camera positions.

02Author

Thanks for information