Files Classes Functions Hierarchy
#include <gobj.h>
Public Member Functions | |
| gobjgluQuadricOrientation (GLUquadricObj *&qobj_, GLenum orientation_) | |
| void | draw () |
| Draw the object. | |
Public Attributes | |
| GLUquadricObj *& | qobj |
| GLenum | orientation |
Definition at line 1261 of file gobj.h.
| gobjgluQuadricOrientation::gobjgluQuadricOrientation | ( | GLUquadricObj *& | qobj_, | |
| GLenum | orientation_ | |||
| ) | [inline] |
| void gobjgluQuadricOrientation::draw | ( | ) | [inline, virtual] |
Draw the object.
Implements gobj.
Definition at line 1272 of file gobj.h.
References GOBJDEBUGCODE, orientation, and qobj.
01273 { GOBJDEBUGCODE gluQuadricOrientation(qobj,orientation); }
| GLUquadricObj* & gobjgluQuadricOrientation::qobj |
1.5.8