1GLUGETNURBSPROPERTY(3G)                                GLUGETNURBSPROPERTY(3G)
2
3
4

NAME

6       gluGetNurbsProperty - get a NURBS property
7
8

C SPECIFICATION

10       void gluGetNurbsProperty( GLUnurbs* nurb,
11                                 GLenum property,
12                                 GLfloat* data )
13
14

PARAMETERS

16       nurb      Specifies      the     NURBS     object     (created     with
17                 gluNewNurbsRenderer).
18
19       property  Specifies the property whose value is to  be  fetched.  Valid
20                 values      are      GLU_CULLING,     GLU_SAMPLING_TOLERANCE,
21                 GLU_DISPLAY_MODE,                       GLU_AUTO_LOAD_MATRIX,
22                 GLU_PARAMETRIC_TOLERANCE,   GLU_SAMPLING_METHOD,  GLU_U_STEP,
23                 GLU_V_STEP and GLU_NURBS_MODE.
24
25       data      Specifies a pointer to the location into which the  value  of
26                 the named property is written.
27

DESCRIPTION

29       gluGetNurbsProperty  retrieves  properties  stored  in  a NURBS object.
30       These properties affect the way that NURBS curves and surfaces are ren‐
31       dered.  See  the  gluNurbsProperty reference page for information about
32       what the properties are and what they do.
33

SEE ALSO

35       gluNewNurbsRenderer(3G), gluNurbsProperty(3G)
36
37
38
39                                                       GLUGETNURBSPROPERTY(3G)
Impressum