NAME
gluGetTessProperty
- get a tessellation object property
C SPECIFICATION
void gglluuGGeettTTeessssPPrrooppeerrttyy(
GLUtesselator* _t_e_s_s,
GLenum _w_h_i_c_h,
GLdouble* _d_a_t_a )
delim $$
PARAMETERS
-
_t_e_s_s
-
Specifies the tessellation object (created with gglluuNNeewwTTeessss).
-
_w_h_i_c_h
-
Specifies the property whose value is to be fetched. Valid values are
GGLLUU__TTEESSSS__WWIINNDDIINNGG__RRUULLEE,
GGLLUU__TTEESSSS__BBOOUUNNDDAARRYY__OONNLLYY, and
GGLLUU__TTEESSSS__TTOOLLEERRAANNCCEE.
-
_d_a_t_a
-
Specifies a pointer to the location into which the value of the
named property is written.
DESCRIPTION
gglluuGGeettTTeessssPPrrooppeerrttyy retrieves properties stored in a tessellation object. These
properties affect the way that tessellation objects
are interpreted and rendered. See the
gglluuTTeessssPPrrooppeerrttyy reference page for information about the
properties and what they do.
SEE ALSO
gglluuNNeewwTTeessss((33GG)),
gglluuTTeessssPPrrooppeerrttyy((33GG))