Developer Documentation
|
The StatusNodesBase class extends StatusNodesT with a halfEdge vbo for coreProfile rendering support. More...
#include <OpenFlipper/libs_required/ACG/Scenegraph/StatusNodesT.hh>
Protected Attributes | |
GLuint | heVBO_ |
GLuint | eIBO_ |
GLuint | fIBO_ |
GLuint | vIBO_ |
GLuint | pIBO_ |
Private Member Functions | |
void | createHEVBO () |
void | createIBO (GLuint &_name) |
void | bindHEVBO () |
void | unbindHEVBO () |
void | bindIBO (GLuint &_name) |
void | unbindIBO () |
Private Attributes | |
GLint | prevBuffer |
The StatusNodesBase class extends StatusNodesT with a halfEdge vbo for coreProfile rendering support.
StatusNodesT is supposed to derive from this class.
Definition at line 96 of file StatusNodesT.hh.