Specifies the desired quadric drawing style.
OpenGL C bindings library: libGL.a
void gluQuadricDrawStyle(GLUquadricObj *qobj, GLenum DrawStyle)
The gluQuadricDrawStyle subroutine specifies the draw style for quadrics rendered with the qobj parameter. Valid values for the DrawStyle parameter are as follows:
qobj | Specifies the quadrics object created with the gluNewQuadric subroutine. |
DrawStyle | Specifies the desired draw style. Valid values are as follows: |
/usr/include/GL/gl.h | Contains C language constraints, variable type definitions, and ANSI function prototypes for OpenGL. |
The gluNewQuadric subroutine, gluQuadricNormals subroutine, gluQuadricOrientation subroutine, gluQuadricTexture subroutine.