Change view orientation like AIS_ViewCube

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?

Kirill Gavrilov's picture

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.

Kadir Canik's picture

Thanks for information