qgl
index
/home/simon/svn/qgl/trunk/qgl/__init__.py

QGL is a scenegraph based OpenGL rendering engine for Python.
 
The render module contains visitor classes which compile a scenegraph, draw 
the scenegraph, and a visitor which is used for mouse picking.
 
The texture module contains a Coords class, and some classes which are used 
to pack multiple images into one larger image.
 
The loaders module contains functions for loading Mesh data from 3d model 
files.
 
The aabb module contains a class for using Bounding Boxes.
 
The math module contains misc. math functions which are not present in the 
standard library.

 
Package Contents
       
aabb
loaders
qmath
render
scene
shaders
state
texture
tools