diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-29 17:01:55 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-29 17:01:55 +0000 |
commit | 4326795e6af251f5fef91f197bc883079fa92f99 (patch) | |
tree | 82b19811f2a17c6f1303b3d7f582b22f09bc7d38 /doc/gl-docs/GLU/quadrictexture.3gl | |
parent | 8792f4be39d5024284e8c412d0dc92cf1f90dba1 (diff) |
GLU manual pages from monolithic tree
Diffstat (limited to 'doc/gl-docs/GLU/quadrictexture.3gl')
-rw-r--r-- | doc/gl-docs/GLU/quadrictexture.3gl | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/doc/gl-docs/GLU/quadrictexture.3gl b/doc/gl-docs/GLU/quadrictexture.3gl new file mode 100644 index 000000000..3f5c77f51 --- /dev/null +++ b/doc/gl-docs/GLU/quadrictexture.3gl @@ -0,0 +1,45 @@ +'\" 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 quadricte +.ds Xs 18441 3 quadrictexture.gl +.TH GLUQUADRICTEXTURE 3G +.SH NAME +.B "gluQuadricTexture +\- specify if texturing is desired for quadrics + +.SH C SPECIFICATION +void \f3gluQuadricTexture\fP( +GLUquadric* \fIquad\fP, +.nf +.ta \w'\f3void \fPgluQuadricTexture( 'u + GLboolean \fItexture\fP ) +.fi + +.EQ +delim $$ +.EN +.SH PARAMETERS +.TP \w'\fItexture\fP\ \ 'u +\f2quad\fP +Specifies the quadrics object (created with \%\f3gluNewQuadric\fP). +.TP +\f2texture\fP +Specifies a flag indicating if texture coordinates should be generated. +.SH DESCRIPTION +\%\f3gluQuadricTexture\fP specifies if texture coordinates should be generated +for quadrics rendered with \f2quad\fP. +If the value of \f2texture\fP is \%\f3GL_TRUE\fP, then texture coordinates +are generated, and if \f2texture\fP is \%\f3GL_FALSE\fP, they are not. The +initial value is \%\f3GL_FALSE\fP. +.P +The manner in which texture coordinates are generated depends +upon the specific quadric rendered. +.SH SEE ALSO +\%\f3gluNewQuadric(3G)\fP, \%\f3gluQuadricDrawStyle(3G)\fP, \%\f3gluQuadricNormals(3G)\fP, +\%\f3gluQuadricOrientation(3G)\fP + |