1GLUNURBSCALLBACKDATA(3G) OpenGL Manual GLUNURBSCALLBACKDATA(3G)
2
3
4
6 gluNurbsCallbackData - set a user data pointer
7
9 void gluNurbsCallbackData(GLUnurbs* nurb, GLvoid* userData);
10
12 nurb
13 Specifies the NURBS object (created with gluNewNurbsRenderer()).
14
15 userData
16 Specifies a pointer to the user's data.
17
19 gluNurbsCallbackData is used to pass a pointer to the application's
20 data to NURBS tessellator. A copy of this pointer will be passed by the
21 tessellator in the NURBS callback functions (set by
22 gluNurbsCallback()).
23
25 gluNurbsCallbackData is available only if the GLU version is 1.3 or
26 greater.
27
29 gluNewNurbsRenderer(), gluNurbsCallback()
30
32 Copyright © 1991-2006 Silicon Graphics, Inc. This document is licensed
33 under the SGI Free Software B License. For details, see
34 http://oss.sgi.com/projects/FreeB/.
35
37 opengl.org
38
39
40
41opengl.org 06/10/2014 GLUNURBSCALLBACKDATA(3G)