public class DynamicObject
extends java.lang.Object
This class contains all elements needed in a scene graph to describe a
dynamic object (i.e. a MovableSpatialObject) in a scene.
A DynamicObject contains several elements:
- a BranchGroup for attach/detach it to/from nodes
- a BranchGroup which contains the 3D-model
- a TransformGroup which's responsible for the positioning
- a TransformGroup which's responsible for the orientation
- a MovementPathInterpolator to move the object in time
- a Rotation to rotate the object in time
- Author:
- Fred Sun