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 Sat, 11/28/2020 - 10:35
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.
Sat, 11/28/2020 - 10:35
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.
Sat, 11/28/2020 - 16:06
Thanks for information