101 bool render(
const bool a_useDisplayList);
104 bool begin(
const bool a_useDisplayList);
107 void end(
const bool a_executeDisplayList);
cDisplayList()
Constructor of cDisplayList.
Definition: CDisplayList.cpp:63
bool m_flagCreatingDisplayList
If true, then the display list is currently in the process of being created.
Definition: CDisplayList.h:123
bool begin(const bool a_useDisplayList)
This method begins the creation of a display list.
Definition: CDisplayList.cpp:148
This class provides support for OpenGL display lists.
Definition: CDisplayList.h:76
void end(const bool a_executeDisplayList)
This method finalizes the creation of a display list.
Definition: CDisplayList.cpp:206
~cDisplayList()
Destructor of cDisplayList.
Definition: CDisplayList.cpp:76
unsigned int m_displayList
OpenGL display list.
Definition: CDisplayList.h:120
Implements option settings for CHAI3D.
unsigned int getDisplayListGL()
This method returns the OpenGL display list number.
Definition: CDisplayList.h:110
void invalidate()
This method invalidates the current display list. Request for update.
Definition: CDisplayList.cpp:88
bool m_flagMarkedForDeletion
If true, then the display list should be deleted.
Definition: CDisplayList.h:126
Definition: CAudioBuffer.cpp:56
bool render(const bool a_useDisplayList)
This method renders the display list.
Definition: CDisplayList.cpp:107