OpenGLContext.scenegraph.coordinatebounded
Mix-in for geometry classes where coordinate==bounding volume
Classes
class CoordinateBounded(
object
):
Mix-in for coordinate-holding geometry to support boundingvolumes
Basically this is just a mix-in for use when constructing
coordinate-based node-types, provides the boundingVolume
method required by the Frustum-culling API.