public class StaticObject
extends java.lang.Object
This class contains all elements needed in a scene graph to describe a
static object (i.e. a not movable SpatialObject) in a scene.
A StaticObject consists of a 3D-model which is contained in a BranchGroup,
a TransformGroup who's responsible for the transformation of the object
and a BranchGroup which is the detaching point for this object.
- Author:
- Fred Sun