Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
GLUQUADRICDRAWSTYLE()					 GLUQUADRICDRAWSTYLE()

NAME
       gluQuadricDrawStyle - specify the draw style desired for	quadrics

C SPECIFICATION
       void gluQuadricDrawStyle( GLUquadric* quad,
				 GLenum	draw )

       delim $$

PARAMETERS
       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.

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

       GLU_FILL	      Quadrics are rendered with polygon primitives. The poly-
		      gons are drawn in	a counterclockwise  fashion  with  re-
		      spect to their normals (as defined with gluQuadricOrien-
		      tation).

       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
       gluNewQuadric, gluQuadricNormals, gluQuadricOrientation,	gluQuadricTex-
       ture

							 GLUQUADRICDRAWSTYLE()

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=gluQuadricDrawStyle&sektion=3&manpath=FreeBSD+Ports+15.0.quarterly>

home | help