QGL feature request
Cameron Blackwood requested a node class which rendered all its children using a display list, for performance reasons.It was a good idea, so I implemented it for him. I modifed the QGL compiler to work with a new Static node.
The rest of you can get the updated modules from here:
http://qgl.googlecode.com/svn/trunk/qgl/scene.py
http://qgl.googlecode.com/svn/trunk/qgl/render.py
Use these modules instead of the QGL-7B versions. It provides a Static node, which works like a group node, but draws all its children using a display list. Any problems let me know, I'll do my best to fix em in a timely manner...
You can recompile the node at anytime to update it with a new display list.
I am yet to even decide on a game concept for my entry... :(