gluQuadricCallback

define a callback for a quadrics object

Signature

gluQuadricCallback( GLUquadric* ( quad ) , GLenum ( which ) , _GLUfuncptr ( CallBackFunc ) )-> void
gluQuadricCallback( quadric , which = GLU_ERROR , function = None )
Set the GLU error callback function

Parameters

VariablesDescription
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.