Files Classes Functions Hierarchy
#include <gobj.h>
Public Member Functions | |
| void | draw () |
| Draw the object. | |
Public Attributes | |
| GLUquadricObj * | qobj |
Definition at line 1238 of file gobj.h.
| void gobjgluNewQuadric::draw | ( | ) | [inline, virtual] |
Draw the object.
Implements gobj.
Definition at line 1244 of file gobj.h.
References GOBJDEBUGCODE, and qobj.
01245 { GOBJDEBUGCODE qobj = gluNewQuadric(); }
| GLUquadricObj* gobjgluNewQuadric::qobj |
1.5.8