NAME

gluQuadricTexture - specify if texturing is desired for quadrics

C SPECIFICATION

void gglluuQQuuaaddrriiccTTeexxttuurree( GLUquadric* _q_u_a_d,
                        GLboolean _t_e_x_t_u_r_e )

delim $$

PARAMETERS

_q_u_a_d
Specifies the quadrics object (created with gglluuNNeewwQQuuaaddrriicc).
_t_e_x_t_u_r_e
Specifies a flag indicating if texture coordinates should be generated.

DESCRIPTION

gglluuQQuuaaddrriiccTTeexxttuurree specifies if texture coordinates should be generated for quadrics rendered with _q_u_a_d. If the value of _t_e_x_t_u_r_e is GGLL__TTRRUUEE, then texture coordinates are generated, and if _t_e_x_t_u_r_e is GGLL__FFAALLSSEE, they are not. The initial value is GGLL__FFAALLSSEE.

The manner in which texture coordinates are generated depends upon the specific quadric rendered.

SEE ALSO

gglluuNNeewwQQuuaaddrriicc((33GG)), gglluuQQuuaaddrriiccDDrraawwSSttyyllee((33GG)), gglluuQQuuaaddrriiccNNoorrmmaallss((33GG)), gglluuQQuuaaddrriiccOOrriieennttaattiioonn((33GG))