Files Classes Functions Hierarchy
#include <gobj.h>
Public Member Functions | |
| void | draw () |
| Draw the object. | |
gobjpush( new gobjglPushMatrix() ); ... gobjpush( new gobjglPopMatrix() );
Definition at line 421 of file gobj.h.
| void gobjglPushMatrix::draw | ( | ) | [inline, virtual] |
Draw the object.
Implements gobj.
Definition at line 424 of file gobj.h.
References GOBJDEBUGCODE.
00425 { GOBJDEBUGCODE glPushMatrix(); }
1.5.8