Files Classes Functions Hierarchy
#include <gobj.h>
Public Member Functions | |
| gobjglMatrixMode (GLenum mode_) | |
| void | draw () |
| Draw the object. | |
Public Attributes | |
| GLenum | mode |
Definition at line 1091 of file gobj.h.
| gobjglMatrixMode::gobjglMatrixMode | ( | GLenum | mode_ | ) | [inline] |
| void gobjglMatrixMode::draw | ( | ) | [inline, virtual] |
Draw the object.
Implements gobj.
Definition at line 1100 of file gobj.h.
References GOBJDEBUGCODE, and mode.
01101 { GOBJDEBUGCODE glMatrixMode(mode); }
| GLenum gobjglMatrixMode::mode |
1.5.8