Files Classes Functions Hierarchy
#include <gobj.h>
Public Member Functions | |
| gobjglClearIndex (GLfloat index_) | |
| void | draw () |
| Draw the object. | |
Public Attributes | |
| GLfloat | index |
Definition at line 1593 of file gobj.h.
| gobjglClearIndex::gobjglClearIndex | ( | GLfloat | index_ | ) | [inline] |
| void gobjglClearIndex::draw | ( | ) | [inline, virtual] |
Draw the object.
Implements gobj.
Definition at line 1602 of file gobj.h.
References GOBJDEBUGCODE, and index.
01603 { GOBJDEBUGCODE glClearIndex(index); }
| GLfloat gobjglClearIndex::index |
1.5.8