GL Studio C++ Runtime API
|
#include <gls_render_view_change_manager.h>
Public Member Functions | |
virtual void | OnViewChanged (const GlsMatrixType &modelViewMatrix)=0 |
Protected Member Functions | |
virtual | ~GlsRenderViewChangeListener () |
Interface for listeners that need to perform specific actions once per frame for each "camera" rendering a view.
|
inlineprotectedvirtual |
Protected destructor – no polymorphic deletion
|
pure virtual |
Called whenever a new view has been applied to OpenGL.
modelViewMatrix | the matrix of the new view |