'\" e '\"macro stdmacro .ds Vn Version 1.2 .ds Dt 6 March 1997 .ds Re Release 1.2.0 .ds Dp May 22 14:54 .ds Dm 5 May 22 14: .ds Xs 27503 3 .TH GLUQUADRICORIENTATION 3G .SH NAME .B "gluQuadricOrientation \- specify inside/outside orientation for quadrics .SH C SPECIFICATION void \f3gluQuadricOrientation\fP( GLUquadric* \fIquad\fP, .nf .ta \w'\f3void \fPgluQuadricOrientation( 'u GLenum \fIorientation\fP ) .fi .SH PARAMETERS .TP \w'\fIorientation\fP\ \ 'u \f2quad\fP Specifies the quadrics object (created with \%\f3gluNewQuadric\fP). .TP \f2orientation\fP Specifies the desired orientation. Valid values are \%\f3GLU_OUTSIDE\fP and \%\f3GLU_INSIDE\fP. .SH DESCRIPTION \%\f3gluQuadricOrientation\fP specifies what kind of orientation is desired for quadrics rendered with \f2quad\fP. The \f2orientation\fP values are as follows: .TP 15 \%\f3GLU_OUTSIDE\fP Quadrics are drawn with normals pointing outward (the initial value). .TP \%\f3GLU_INSIDE\fP Quadrics are drawn with normals pointing inward. .P Note that the interpretation of \f2outward\fP and \f2inward\fP depends on the quadric being drawn. .SH SEE ALSO \%\f3gluNewQuadric\fP, \%\f3gluQuadricDrawStyle\fP, \%\f3gluQuadricNormals\fP, \%\f3gluQuadricTexture\fP