See: Description
Interface | Description |
---|---|
VisualModule |
This is the interface every visualization module should implement.
|
Class | Description |
---|---|
DynamicObject |
This class contains all elements needed in a scene graph to describe a
dynamic object (i.e. a MovableSpatialObject) in a scene.
|
ModelManager |
The ModelManager loads the Model-XML file where the SpatialObject
and its associated 3D-Model is listed.
|
MovementPathInterpolator |
An interpolator which realize the 3-phase-translation.
|
RotationSwitchInterpolator |
A slightly modified version of RotationInterpolator.
|
SpatialVis3DModule |
This Module visualize the 3D-spatial objects using Java3D.
|
StaticObject |
This class contains all elements needed in a scene graph to describe a
static object (i.e. a not movable SpatialObject) in a scene.
|
VisualizationClock |
A clock who provides the modified time value for the
VisualModules controlled by the VisualizationControl.
|
VisualizationClockAlpha |
This Alpha uses the VisualizationClock instead of the system clock for
speed control.
|
VisualizationControl |
This class provides the central control unit for the spatial visualization.
|