glCallList

execute a display list

Signature

glCallList( GLuint ( list ) )-> void
glCallList( list )
glCallLists( n , type , lists )
glCallLists( bytes( lists ) or lists[] ) -> None

    Restricted version of glCallLists, takes a string or a GLuint compatible
    array data-type and passes into the base function.
    

Parameters

VariablesDescription
list
Specifies the integer name of the display list to be executed.

Sample Code References

The following code samples have been found which appear to reference the functions described here. Take care that the code may be old, broken or not even use PyOpenGL.

glCallList
OpenGLContext tests/dek_surf.py Lines: 44
OpenGLContext tests/dek_texturesurf.py Lines: 56
OpenGLContext tests/redbook_alpha3D.py Lines: 129, 141
OpenGLContext OpenGLContext/displaylist.py Lines: 44
OpenGL-Demo PyOpenGL-Demo/GLUT/molehill.py Lines: 46
OpenGL-Demo PyOpenGL-Demo/GLUT/gears.py Lines: 147, 153, 159
OpenGL-Demo PyOpenGL-Demo/GLUT/tom/text.py Lines: 82
OpenGL-Demo PyOpenGL-Demo/GLUT/tom/lorentz.py Lines: 90
OpenGL-Demo PyOpenGL-Demo/dek/texturesurf.py Lines: 46
OpenGL-Demo PyOpenGL-Demo/dek/OglSurface/triangle.py Lines: 37, 39
OpenGL-Demo PyOpenGL-Demo/tom/demo.py Lines: 89
OpenGL-Demo PyOpenGL-Demo/tom/text.py Lines: 31
OpenGL-Demo PyOpenGL-Demo/tom/lorentz.py Lines: 57
OpenGL-Demo PyOpenGL-Demo/proesch/nurbs/nurbs.py Lines: 153, 159
OpenGL-Demo PyOpenGL-Demo/NeHe/lesson12.py Lines: 122, 125
{Artistic License} PymmLib mmLib/OpenGLDriver.py Lines: 112
{LGPL} PyUI pyui/renderers/openglPygame.py Lines: 65, 316
{LGPL} PyUI pyui/renderers/openglGlut.py Lines: 85
{LGPL} PyUI2 renderers/openglSoya.py Lines: 63
{LGPL} PyUI2 renderers/openglPygame.py Lines: 66, 319
{LGPL} PyUI2 renderers/openglGlut.py Lines: 85
{LGPL} PyUI2 system/openglgraphics.py Lines: 70, 371
{LGPL} VisionEgg VisionEgg/SphereMap.py Lines: 293, 300, 544, 843, 1216, 1217
{LGPL} VisionEgg VisionEgg/Textures.py Lines: 1902, 1904
{LGPL} PyMT pymt/obj.py Lines: 22, 86
{LGPL} PyMT pymt/lib/squirtle.py Lines: 16, 500
{LGPL} PyMT pymt/graphx/statement.py Lines: 53, 118
{LGPL} Pyggel pyggel/data.py Lines: 219
{LGPL} pygl2d pygl2d/image.py Lines: 181
{LGPL or GPL or MPL} Kamaelia Sketches/CL/Topology3D/THF/Sketches/playground/Display3D.py Lines: 416, 469
{LGPL or GPL or MPL} Kamaelia Sketches/CL/Topology3D/THF/Kamaelia/UI/OpenGL/OpenGLDisplay.py Lines: 785, 867
{LGPL or GPL or MPL} Kamaelia Sketches/THF/3D/playground/Display3D.py Lines: 416, 469
{LGPL or GPL or MPL} Kamaelia Code/Python/Kamaelia/Kamaelia/UI/OpenGL/OpenGLDisplay.py Lines: 784, 866
{GPL3} OpenGL-Programmable 02-displaylist.py Lines: 94