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

gluQuadricNormals(3gl)


GLUQUADRICNORMALS

GLUQUADRICNORMALS

NAME
C SPECIFICATION
PARAMETERS
DESCRIPTION
SEE ALSO

NAME

gluQuadricNormals − specify what kind of normals are desired for quadrics

C SPECIFICATION

void gluQuadricNormals( GLUquadric* quad,

GLenum normal )

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

PARAMETERS

quad

Specifes the quadrics object (created with gluNewQuadric).

normal

Specifies the desired type of normals. Valid values are GLU_NONE, GLU_FLAT, and GLU_SMOOTH.

DESCRIPTION

gluQuadricNormals specifies what kind of normals are desired for quadrics rendered with quad. The legal values are as follows:

GLU_NONE

No normals are generated.

GLU_FLAT

One normal is generated for every facet of a quadric.

GLU_SMOOTH

One normal is generated for every vertex of a quadric. This is the initial value.

SEE ALSO

gluNewQuadric(3G), gluQuadricDrawStyle(3G), gluQuadricOrientation(3G), gluQuadricTexture(3G)



gluQuadricNormals(3gl)