1GLUGETTESSPROPERTY(3G) OpenGL Manual GLUGETTESSPROPERTY(3G)
2
3
4
6 gluGetTessProperty - get a tessellation object property
7
9 void gluGetTessProperty(GLUtesselator* tess, GLenum which,
10 GLdouble* data);
11
13 tess
14 Specifies the tessellation object (created with gluNewTess()).
15
16 which
17 Specifies the property whose value is to be fetched. Valid values
18 are GLU_TESS_WINDING_RULE, GLU_TESS_BOUNDARY_ONLY, and
19 GLU_TESS_TOLERANCE.
20
21 data
22 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(), gluTessProperty()
33
35 Copyright © 1991-2006 Silicon Graphics, Inc. This document is licensed
36 under the SGI Free Software B License. For details, see
37 http://oss.sgi.com/projects/FreeB/.
38
40 opengl.org
41
42
43
44opengl.org 06/10/2014 GLUGETTESSPROPERTY(3G)