com.sun.j3d.utils.behaviors.vp |
com.sun.j3d.utils.behaviors.vp
Provides ViewPlatform navigation utility classes.
|
Java Source File Name | Type | Comment |
OrbitBehavior.java | Class | Moves the View around a point of interest when the mouse is dragged with
a mouse button pressed. |
ViewPlatformAWTBehavior.java | Class | Abstract class which implements much of the event tracking and
state updating in a thread safe manner.
AWT Events are captured and placed in a queue.
While there are pending events or motion the behavior will wake
up every frame, call processAWTEvents and integrateTransforms. |
ViewPlatformBehavior.java | Class | Abstract class for ViewPlatformBehaviors. |
WandViewBehavior.java | Class | Manipulates view platform transforms using a motion-tracked wand or mouse
equipped with a six degree of freedom (6DOF) sensor. |