Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 5.3

gluQuadricDrawStyle(3gl)


GLUQUADRICDRAWSTYLE

GLUQUADRICDRAWSTYLE

NAME
C SPECIFICATION
PARAMETERS
DESCRIPTION
SEE ALSO

NAME

gluQuadricDrawStyle − specify the draw style desired for quadrics

C SPECIFICATION

void gluQuadricDrawStyle( GLUquadric* quad,

GLenum draw )

Image /web_man_pages/man_unzipped/en/centos/5/5.31.png

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 polygons are drawn in a counterclockwise fashion with respect to their normals (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)



gluQuadricDrawStyle(3gl)