Files Classes Functions Hierarchy
#include <gobj.h>
Public Member Functions | |
| void | draw () |
| Load the identity matrix into the current OpenGL matrix. | |
Definition at line 401 of file gobj.h.
| void gobjglLoadIdentity::draw | ( | ) | [inline, virtual] |
Load the identity matrix into the current OpenGL matrix.
Implements gobj.
Definition at line 406 of file gobj.h.
References GOBJDEBUGCODE.
00407 { GOBJDEBUGCODE glLoadIdentity(); }
1.5.8