Files Classes Functions Hierarchy
#include <gobj.h>
Public Member Functions | |
| gobjglutWireOctahedron () | |
| void | draw () |
| Draw the object. | |
Definition at line 955 of file gobj.h.
| gobjglutWireOctahedron::gobjglutWireOctahedron | ( | ) | [inline] |
| void gobjglutWireOctahedron::draw | ( | ) | [inline, virtual] |
Draw the object.
Implements gobj.
Definition at line 960 of file gobj.h.
References GOBJDEBUGCODE.
00961 { GOBJDEBUGCODE glutWireOctahedron(); }
1.5.8