1GLUGETNURBSPROPERTY(3G) OpenGL Manual GLUGETNURBSPROPERTY(3G)
2
3
4
6 gluGetNurbsProperty - get a NURBS property
7
9 void gluGetNurbsProperty(GLUnurbs* nurb, GLenum property,
10 GLfloat* data);
11
13 nurb
14 Specifies the NURBS object (created with gluNewNurbsRenderer()).
15
16 property
17 Specifies the property whose value is to be fetched. Valid values
18 are GLU_CULLING, GLU_SAMPLING_TOLERANCE, GLU_DISPLAY_MODE,
19 GLU_AUTO_LOAD_MATRIX, GLU_PARAMETRIC_TOLERANCE,
20 GLU_SAMPLING_METHOD, GLU_U_STEP, GLU_V_STEP, and GLU_NURBS_MODE.
21
22 data
23 Specifies a pointer to the location into which the value of the
24 named property is written.
25
27 gluGetNurbsProperty retrieves properties stored in a NURBS object.
28 These properties affect the way that NURBS curves and surfaces are
29 rendered. See the gluNurbsProperty() reference page for information
30 about what the properties are and what they do.
31
33 gluNewNurbsRenderer(), gluNurbsProperty()
34
36 Copyright © 1991-2006 Silicon Graphics, Inc. This document is licensed
37 under the SGI Free Software B License. For details, see
38 http://oss.sgi.com/projects/FreeB/.
39
41 opengl.org
42
43
44
45opengl.org 06/10/2014 GLUGETNURBSPROPERTY(3G)