1GLUQUADRICTEXTURE(3G) OpenGL Manual GLUQUADRICTEXTURE(3G)
2
3
4
6 gluQuadricTexture - specify if texturing is desired for quadrics
7
9 void gluQuadricTexture(GLUquadric* quad, GLboolean texture);
10
12 quad
13 Specifies the quadrics object (created with gluNewQuadric()).
14
15 texture
16 Specifies a flag indicating if texture coordinates should be
17 generated.
18
20 gluQuadricTexture specifies if texture coordinates should be generated
21 for quadrics rendered with quad. If the value of texture is GLU_TRUE,
22 then texture coordinates are generated, and if texture is GLU_FALSE,
23 they are not. The initial value is GLU_FALSE.
24
25 The manner in which texture coordinates are generated depends upon the
26 specific quadric rendered.
27
29 gluNewQuadric(), gluQuadricDrawStyle(), gluQuadricNormals(),
30 gluQuadricOrientation()
31
33 Copyright © 1991-2006 Silicon Graphics, Inc. This document is licensed
34 under the SGI Free Software B License. For details, see
35 http://oss.sgi.com/projects/FreeB/.
36
38 opengl.org
39
40
41
42opengl.org 06/10/2014 GLUQUADRICTEXTURE(3G)