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

  man pages->Tru64 Unix man pages -> gluQuadricCallback (3)              
Title
Content
Arch
Section
 

Contents


gluQuadricCallback()                         gluQuadricCallback()


NAME    [Toc]    [Back]

       gluQuadricCallback  -  define  a  callback  for a quadrics
       object

SYNOPSIS    [Toc]    [Back]

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

PARAMETERS    [Toc]    [Back]

       Specifies    the    quadrics    object    (created    with
       gluNewQuadric()).   Specifies  the callback being defined.
       The only valid value is GLU_ERROR.  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:  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(3), gluNewQuadric(3)



                                             gluQuadricCallback()
[ 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