Manpage of GLUQUADRICDRAWSTYLE
GLUQUADRICDRAWSTYLE
Index
NAME
gluQuadricDrawStyle
- specify the draw style desired for quadrics
C SPECIFICATION
void f3gluQuadricDrawStylefP(
GLUquadric* fIquadfP,
f2quadfP
Specifies the quadrics object (created with %f3gluNewQuadricfP).
- f2drawfP
- Specifies the desired draw style. Valid values are
%f3GLU_FILLfP,
%f3GLU_LINEfP,
%f3GLU_SILHOUETTEfP, and
%f3GLU_POINTfP.
DESCRIPTION
%f3gluQuadricDrawStylefP specifies the draw style for quadrics rendered with
f2quadfP. The legal values are as follows:
- %f3GLU_FILLfP
-
Quadrics are rendered with polygon primitives. The polygons
are drawn in a counterclockwise fashion with respect to their
normals (as defined with %f3gluQuadricOrientationfP).
- %f3GLU_LINEfP
-
Quadrics are rendered as a set of lines.
- %f3GLU_SILHOUETTEfP
-
Quadrics are rendered as a set of lines, except that edges separating
coplanar faces will not be drawn.
- %f3GLU_POINTfP
-
Quadrics are rendered as a set of points.
SEE ALSO
%f3gluNewQuadric(3G)fP, %f3gluQuadricNormals(3G)fP, %f3gluQuadricOrientation(3G)fP,
%f3gluQuadricTexture(3G)fP
Index
- NAME
-
- C SPECIFICATION
-
- DESCRIPTION
-
- SEE ALSO
-
|