Files Classes Functions Hierarchy
#include <gobj.h>
Public Member Functions | |
| gobjglutSolidDodecahedron () | |
| void | draw () |
| Draw the object. | |
Definition at line 892 of file gobj.h.
| gobjglutSolidDodecahedron::gobjglutSolidDodecahedron | ( | ) | [inline] |
| void gobjglutSolidDodecahedron::draw | ( | ) | [inline, virtual] |
Draw the object.
Implements gobj.
Definition at line 897 of file gobj.h.
References GOBJDEBUGCODE.
00898 { GOBJDEBUGCODE glutSolidDodecahedron(); }
1.5.8