#include <QGLViewerSceneTreeObjects.h>
Inheritance diagram for STDisplayList::
Public Methods | |
STDisplayList (GLuint nDispList) | |
~STDisplayList () | |
virtual void | draw () |
Private Attributes | |
GLuint | m_nDispList |
|
Constructor. 'nDisplist' is the value, that is returned by the OpenGL call 'glGenLists(...)'.
|
|
Destructor. |
|
Implementation of the inherited method. It renders the display list to the current OpenGL context. Reimplemented from GLDrawable. |
|
|