gluQuadricDrawStyle

specify the draw style desired for quadrics

Signature

gluQuadricDrawStyle( GLUquadric* ( quad ) , GLenum ( draw ) )-> void
gluQuadricDrawStyle( quad , draw )
gluQuadricDrawStyle( POINTER(GLUquadric)(quad), GLenum(draw) ) -> None

Parameters

VariablesDescription
quad
Specifies the quadrics object (created with gluNewQuadric ).
draw
Specifies the desired draw style. Valid values are GLU_FILL , GLU_LINE , GLU_SILHOUETTE , and GLU_POINT .

Sample Code References

The following code samples have been found which appear to reference the functions described here. Take care that the code may be old, broken or not even use PyOpenGL.

gluQuadricDrawStyle