Files Classes Functions Hierarchy
#include <gobj.h>
Public Member Functions | |
| void | draw () |
| Draw the object. | |
Definition at line 431 of file gobj.h.
| void gobjglPopMatrix::draw | ( | ) | [inline, virtual] |
Draw the object.
Implements gobj.
Definition at line 434 of file gobj.h.
References GOBJDEBUGCODE.
00435 { GOBJDEBUGCODE glPopMatrix(); }
1.5.8