Manpages

Manpage of GLUNURBSCALLBACKDATAEXT

GLUNURBSCALLBACKDATAEXT

Section: Misc. Reference Manual Pages (3G)
Index
Return to Main Contents
 

NAME

gluNurbsCallbackDataEXT - set a user data pointer

 

C SPECIFICATION

void gluNurbsCallbackDataEXT( GLUnurbs* nurb,

                                GLvoid* userData )

delim $$  

PARAMETERS

nurb
Specifies the NURBS object (created with gluNewNurbsRenderer).
userData
Specifies a pointer to the user's data.
 

DESCRIPTION

gluNurbsCallbackDataEXT is used to pass a pointer to the application's data to NURBS tessellator. A copy of this pointer will be passed by the tessellator in the NURBS callback functions (set by gluNurbsCallback).  

SEE ALSO

gluNurbsCallback


 

Index

NAME
C SPECIFICATION
PARAMETERS
DESCRIPTION
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 05:20:33 GMT, April 26, 2024