Files Classes Functions Hierarchy
#include <gobj.h>
Public Member Functions | |
| gobjglutSolidOctahedron () | |
| void | draw () |
| Draw the object. | |
Definition at line 919 of file gobj.h.
| gobjglutSolidOctahedron::gobjglutSolidOctahedron | ( | ) | [inline] |
| void gobjglutSolidOctahedron::draw | ( | ) | [inline, virtual] |
Draw the object.
Implements gobj.
Definition at line 924 of file gobj.h.
References GOBJDEBUGCODE.
00925 { GOBJDEBUGCODE glutSolidOctahedron(); }
1.5.8