1GLUGETTESSPROPERTY(3G) GLUGETTESSPROPERTY(3G)
2
3
4
6 gluGetTessProperty - get a tessellation object property
7
8
10 void gluGetTessProperty( GLUtesselator* tess,
11 GLenum which,
12 GLdouble* data )
13
14
16 tess Specifies the tessellation object (created with gluNewTess).
17
18 which Specifies the property whose value is to be fetched. Valid val‐
19 ues are GLU_TESS_WINDING_RULE, GLU_TESS_BOUNDARY_ONLY, and
20 GLU_TESS_TOLERANCE.
21
22 data Specifies a pointer to the location into which the value of the
23 named property is written.
24
26 gluGetTessProperty retrieves properties stored in a tessellation
27 object. These properties affect the way that tessellation objects are
28 interpreted and rendered. See the gluTessProperty reference page for
29 information about the properties and what they do.
30
32 gluNewTess(3G), gluTessProperty(3G)
33
34
35
36
37 GLUGETTESSPROPERTY(3G)