*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->IRIX man pages -> OpenGL/gluquadriccallback (3)              
Title
Content
Arch
Section
 

Contents


gluQuadricCallback(3G)	       OpenGL Reference		gluQuadricCallback(3G)


NAME    [Toc]    [Back]

     gluQuadricCallback	- define a callback for	a quadrics object

C SPECIFICATION    [Toc]    [Back]

     void gluQuadricCallback( GLUquadric* quad,
			      GLenum which,
			      GLvoid (*CallBackFunc)( )

PARAMETERS    [Toc]    [Back]

     quad	   Specifies the quadrics object (created with gluNewQuadric).

     which	   Specifies the callback being	defined.  The only valid value
		   is GLU_ERROR.

     CallBackFunc  Specifies the function to be	called.

DESCRIPTION    [Toc]    [Back]

     gluQuadricCallback	is used	to define a new	callback to be used by a
     quadrics object.  If the specified	callback is already defined, then it
     is	replaced. If CallBackFunc is NULL, then	any existing callback is
     erased.

     The one legal callback is GLU_ERROR:

     GLU_ERROR	    The	function is called when	an error is encountered. Its
		    single argument is of type GLenum, and it indicates	the
		    specific error that	occurred.  Character strings
		    describing these errors can	be retrieved with the
		    gluErrorString call.

SEE ALSO    [Toc]    [Back]

      
      
     gluErrorString, gluNewQuadric


									PPPPaaaaggggeeee 1111
[ Back ]
 Similar pages
Name OS Title
glutesscallback IRIX define a callback for a tessellation object
gluTessCallback Tru64 define a callback for a tessellation object
glunurbscallback IRIX define a callback for a NURBS object
gluNurbsCallback Tru64 define a callback for a NURBS object
glunewquadric IRIX create a quadrics object
gluNewQuadric Tru64 create a quadrics object
gluDeleteQuadric Tru64 destroy a quadrics object
gludeletequadric IRIX destroy a quadrics object
csa_call_callbacks HP-UX force the invocation of the callback functions associated with the specified callback list(s)
gluQuadricOrientation Tru64 specify inside/outside orientation for quadrics
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service