Signature
Parameters
Variables | Description |
---|---|
nurb |
Specifies the NURBS object (created with
gluNewNurbsRenderer
).
|
property |
Specifies the property to be set. Valid values are
GLU_SAMPLING_TOLERANCE
,
GLU_DISPLAY_MODE
,
GLU_CULLING
,
GLU_AUTO_LOAD_MATRIX
,
GLU_PARAMETRIC_TOLERANCE
,
GLU_SAMPLING_METHOD
,
GLU_U_STEP
,
GLU_V_STEP
, or
GLU_NURBS_MODE
.
|
value |
Specifies the value of the indicated property.
It may be a numeric value or one of
GLU_OUTLINE_POLYGON
,
GLU_FILL
,
GLU_OUTLINE_PATCH
,
GLU_TRUE
,
GLU_FALSE
,
GLU_PATH_LENGTH
,
GLU_PARAMETRIC_ERROR
,
GLU_DOMAIN_DISTANCE
,
GLU_NURBS_RENDERER
, or
GLU_NURBS_TESSELLATOR
.
|
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.
gluNurbsProperty