Edit

IABSD.fr/xenocara/doc/gl-docs/GLU/quadricorientation.3gl

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2006-11-29 17:01:51
    Hash : 71a640e4
    Message : GLU manual pages from monolithic tree

  • doc/gl-docs/GLU/quadricorientation.3gl
  • '\" e
    '\"! eqn | mmdoc
    '\"macro stdmacro
    .ds Vn Version 1.2
    .ds Dt 6 March 1997
    .ds Re Release 1.2.0
    .ds Dp May 02 11:53
    .ds Dm 37 quadricor
    .ds Xs 27503 3 quadricorientation.gl
    .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
    
    .EQ
    delim $$
    .EN
    .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(3G)\fP, \%\f3gluQuadricDrawStyle(3G)\fP, \%\f3gluQuadricNormals(3G)\fP, 
    \%\f3gluQuadricTexture(3G)\fP