Files Classes Functions Hierarchy
#include <gobj.h>
Public Member Functions | |
| gobjglGenLists (GLsizei range_=1) | |
| void | draw () |
| Draw the object. | |
Public Attributes | |
| GLuint | listName |
| GLsizei | range |
Definition at line 1054 of file gobj.h.
| gobjglGenLists::gobjglGenLists | ( | GLsizei | range_ = 1 |
) | [inline] |
| void gobjglGenLists::draw | ( | ) | [inline, virtual] |
Draw the object.
Implements gobj.
Definition at line 1064 of file gobj.h.
References GOBJDEBUGCODE, listName, and range.
01065 { GOBJDEBUGCODE listName = glGenLists(range); }
| GLuint gobjglGenLists::listName |
| GLsizei gobjglGenLists::range |
1.5.8