Signature
Parameters
Variables | Description |
---|---|
tess |
Specifies the tessellation object (created with
gluNewTess
).
|
which |
Specifies the property to be set. Valid values are
GLU_TESS_WINDING_RULE
,
GLU_TESS_BOUNDARY_ONLY
, and
GLU_TESS_TOLERANCE
.
|
data |
Specifies the value of the indicated property.
|
Sample Code References
The following code samples have been found which appear to reference the functions described here. Take care that the code may be old, broken or not even use PyOpenGL.
gluTessProperty