I'm currently developing a custom plugin.
One of the implemented features is to rotate the view around the current object.
Therefore I spawn an animation-thread (new QT Thread), calculate the rotation matrix and then call the following code line (inside the animation-thread):
Code: Select all
m_app->getActiveGLWindow()->redraw();