Files Classes Functions Hierarchy
#include <gobj.h>
Public Member Functions | |
| gobjglLoadMatrixf (GLfloat const *matrix_) | |
| void | draw () |
| Draw the object. | |
Public Attributes | |
| GLfloat const * | matrix |
Definition at line 1104 of file gobj.h.
| gobjglLoadMatrixf::gobjglLoadMatrixf | ( | GLfloat const * | matrix_ | ) | [inline] |
| void gobjglLoadMatrixf::draw | ( | ) | [inline, virtual] |
Draw the object.
Implements gobj.
Definition at line 1113 of file gobj.h.
References GOBJDEBUGCODE, and matrix.
01114 { GOBJDEBUGCODE glLoadMatrixf(matrix); }
| GLfloat const* gobjglLoadMatrixf::matrix |
1.5.8