GLCtrl : public Ctrl
This class is responsible for displaying 3D graphics via OpenGL. It directly inherits from Ctrl class from CtrlCore package.
Callback WhenGLPaint
Callback that can be assigned in order to provide custom rendering instructions.
virtual void GLPaint()
The method responsible for handling OpenGL rendering. Can be overridden in child class. If the method is not overridden it is by default executing WhenGLPaint callback.
|