1GLUNURBSCALLBACKDATA(3G) OpenGL Manual GLUNURBSCALLBACKDATA(3G)
2
3
4
6 gluNurbsCallbackDataEXT - set a user data pointer
7
9 void gluNurbsCallbackDataEXT(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 gluNurbsCallbackDataEXT 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 gluNurbsCallback()
26
28 Copyright © 1991-2006 Silicon Graphics, Inc. This document is licensed
29 under the SGI Free Software B License. For details, see
30 http://oss.sgi.com/projects/FreeB/.
31
33 opengl.org
34
35
36
37opengl.org 06/10/2014 GLUNURBSCALLBACKDATA(3G)