MirBSD manpage: gluQuadricDrawStyle(3)


GLUQUADRICDRAWSTYLE(3UNIX Programmer's ManGLUQUADRICDRAWSTYLE(3G)

NAME

     gluQuadricDrawStyle - specify the draw style desired for
     quadrics

C SPECIFICATION

     void gluQuadricDrawStyle( GLUquadric* quad,
                               GLenum draw )

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 primi-
                    tives. The polygons are drawn in a counter-
                    clockwise fashion with respect to their nor-
                    mals (as defined with gluQuadricOrientation).

     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(3G), gluQuadricNormals(3G),
     gluQuadricOrientation(3G), gluQuadricTexture(3G)

MirBSD #10-current     Printed 2021-12-07                       1

Generated on 2021-12-07 11:28:18 by $MirOS: src/scripts/roff2htm,v 1.103 2021/01/23 20:24:35 tg Exp $ — This product includes material provided by mirabilos.

These manual pages and other documentation are copyrighted by their respective writers; their sources are available at the project’s CVSweb, AnonCVS and other mirrors. The rest is Copyright © 2002–2021 MirBSD.

This manual page’s HTML representation is supposed to be valid XHTML/1.1; if not, please send a bug report — diffs preferred.