OpenGLContext.vrmlcontext

VRML97-aware Context Mix-in
Purpose of this module is to provide the common requirements for a VRML97 viewer, such as frame-rate reporting, extraction of viewpoint, and similar useful things.

Classes

VRML97-loading Context testing class
Major problem here is that we're using testingcontext, when what we want to do is make this a true mix-in that defers to it's superclass in the context's MRO, unfortunately, wxPython 2.4 won't allow us to use super, so we're stuck with this at the moment.