Files Classes Functions Hierarchy
#include <gobj.h>
Public Member Functions | |
| gobjgluQuadricTexture (GLUquadricObj *&qobj_, GLboolean textureCoords_) | |
| void | draw () |
| Draw the object. | |
Public Attributes | |
| GLUquadricObj *& | qobj |
| GLboolean | textureCoords |
Definition at line 1292 of file gobj.h.
| gobjgluQuadricTexture::gobjgluQuadricTexture | ( | GLUquadricObj *& | qobj_, | |
| GLboolean | textureCoords_ | |||
| ) | [inline] |
| void gobjgluQuadricTexture::draw | ( | ) | [inline, virtual] |
Draw the object.
Implements gobj.
Definition at line 1307 of file gobj.h.
References GOBJDEBUGCODE, qobj, and textureCoords.
01308 { GOBJDEBUGCODE gluQuadricTexture(qobj,textureCoords); }
| GLUquadricObj* & gobjgluQuadricTexture::qobj |
| GLboolean gobjgluQuadricTexture::textureCoords |
1.5.8