NAME
	  fgluQuadricDrawStyle - specify the draw style	desired	for
	  quadrics


     FORTRAN SPECIFICATION
	  SUBROUTINE fgluQuadricDrawStyle( CHARACTER*8 quad,
					   INTEGER*4 draw )


     PARAMETERS
	  quad	Specifies the quadrics object (created with
		fgluNewQuadric).

	  draw	Specifies the desired draw style. Valid	values are
		GLU_FILL, GLU_LINE, GLU_SILHOUETTE, and	GLU_POINT.

     DESCRIPTION
	  fgluQuadricDrawStyle specifies the draw style	for quadrics
	  rendered with	quad. The legal	values are as follows:

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

	  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.

     SEE ALSO
	  fgluNewQuadric, fgluQuadricNormals, fgluQuadricOrientation,
	  fgluQuadricTexture