gluQuadricDrawStyle  3GZH96P

[New - Windows 95, OEM Service Release 2]

The gluQuadricDrawStyle function specifies the draw style desired for quadrics.

void gluQuadricDrawStyle(

    GLUquadricObj * qobj,

 

    GLenum drawStyle

 

   );

 

 

Parameters

qobj

The quadric object (created with gluNewQuadricN4_PW_).

drawStyle

The desired draw style. The following values are valid.

Value

Meaning

GLU_FILL

Quadrics are rendered with polygon primitives. The polygons are drawn in a counterclockwise fashion with respect to their normals (as defined with gluQuadricOrientation414JXJ).

GLU_LINE

Quadrics are rendered as a set of lines.

GLU_SILHOUETTE

Quadrics are rendered as a set of lines, except that edges separating coplanar faces will not be drawn.

GLU_POINT

Quadrics are rendered as a set of points.

 

 

Remarks

The gluQuadricDrawStyle function specifies the draw style for quadrics rendered with qobj.

See Also

, , gluQuadricNormals, gluQuadricOrientation, gluQuadricTexture