|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.media.j3d.SceneGraphObject
javax.media.j3d.Node
javax.media.j3d.Leaf
javax.media.j3d.Behavior
com.sun.j3d.utils.behaviors.sensor.Mouse6DPointerBehavior
public class Mouse6DPointerBehavior
This class provides basic behavior for a 6DOF mouse sensor. It generates a visible 3D cursor echo in the virtual world which tracks the position and orientation of the 6DOF mouse in the physical world. It can be extended to provide other functions by accessing its SensorEventAgent.
SensorEventAgent
Nested Class Summary | |
---|---|
class |
Mouse6DPointerBehavior.EchoReadListener
This member class updates the echo transform in response to sensor reads. |
Field Summary |
---|
Constructor Summary | |
---|---|
Mouse6DPointerBehavior(Sensor sensor,
double size,
boolean enableLighting)
Constructs the behavior with a default echo. |
|
Mouse6DPointerBehavior(Sensor sensor,
TransformGroup tg)
Constructs the behavior with an echo parented by the specified TransformGroup. |
Method Summary | |
---|---|
TransformGroup |
getEcho()
Gets the echo used by this behavior. |
Sensor |
getSensor()
Gets the sensor used by this behavior. |
SensorEventAgent |
getSensorEventAgent()
Gets the SensorEventAgent used by this behavior. |
void |
initialize()
Initializes the behavior. |
void |
processStimulus(java.util.Enumeration criteria)
Processes a stimulus meant for this behavior. |
Methods inherited from class javax.media.j3d.Behavior |
---|
getEnable, getNumSchedulingIntervals, getSchedulingBoundingLeaf, getSchedulingBounds, getSchedulingInterval, postId, setEnable, setSchedulingBoundingLeaf, setSchedulingBounds, setSchedulingInterval, updateNodeReferences |
Methods inherited from class javax.media.j3d.Node |
---|
cloneNode, cloneTree, cloneTree, cloneTree, cloneTree, cloneTree, cloneTree, duplicateNode, getBounds, getBoundsAutoCompute, getCollidable, getLocale, getLocalToVworld, getLocalToVworld, getParent, getPickable, setBounds, setBoundsAutoCompute, setCollidable, setPickable |
Methods inherited from class javax.media.j3d.SceneGraphObject |
---|
clearCapability, clearCapabilityIsFrequent, getCapability, getCapabilityIsFrequent, getName, getUserData, isCompiled, isLive, setCapability, setCapabilityIsFrequent, setName, setUserData, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Mouse6DPointerBehavior(Sensor sensor, double size, boolean enableLighting)
The default echo is a solid 6-pointed star where each point is aligned with the axes of the local coordinate system of the sensor, and with the center of the star at the location of the sensor hotspot.
sensor
- a 6 degree of freedom Sensor which generates position
and orientation relative to the tracker base.size
- the physical width of the echo in centimeters.enableLighting
- a boolean indicating whether the echo geometry
should have lighting enabled.public Mouse6DPointerBehavior(Sensor sensor, TransformGroup tg)
sensor
- a 6 degree of freedom Sensor which generates position
and orientation relative to the tracker base.tg
- a TransformGroup with a child defining the visible echo
which will track the Sensor position and orientation; the Transform3D
associated with the TransformGroup will be updated in order to effect
the behavior, so it must have the ALLOW_TRANSFORM_WRITE capability
set before the scene graph is set liveMethod Detail |
---|
public Sensor getSensor()
public TransformGroup getEcho()
public SensorEventAgent getSensorEventAgent()
public void initialize()
initialize
in class Behavior
public void processStimulus(java.util.Enumeration criteria)
processStimulus
in class Behavior
criteria
- an enumeration of triggered wakeup criteria for this
behavior
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |