OpenGL.GLU.quadrics

Wrapper/Implementation of the GLU quadrics object for PyOpenGL

Functions

gluNewQuadric( ) -> <class 'OpenGL.GLU.quadrics.LP_GLUQuadric'>
gluNewQuadric( ) -> GLUQuadric
Create a new GLUQuadric object
gluQuadricCallback( quadric , which = GLU_ERROR , function = None )
Set the GLU error callback function

Classes