public class WandViewBehavior.RotationListener6D extends WandViewBehavior.ListenerBase
WandViewBehavior.setButtonAction6D(int, int),
WandViewBehavior.setRotationCoords(int),
WandViewBehavior.setTransformCenterSource(int),
WandViewBehavior.setTransformCenter(javax.vecmath.Point3d),
WandViewBehavior.setRotationSpeed(double, int, int),
WandViewBehavior.setAccelerationTime(double)| Modifier and Type | Field and Description |
|---|---|
private AxisAngle4d |
aa4d |
private Vector3d |
axis |
private long |
buttonDownTime |
private Point3d |
center |
private Transform3D |
headToVworld |
private boolean |
reverse |
private double |
speedScaled |
private Transform3D |
t3d |
sensorToTracker, sensorToVworld, trackerToVworld, viewPlatformToVworld| Constructor and Description |
|---|
WandViewBehavior.RotationListener6D(boolean reverse)
Construct a new rotation button listener for a 6DOF sensor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dragged(SensorEvent e)
This method is called with each invocation of the
dispatchEvents method of SensorEventAgent
if any button bound to the listener is down and has not changed
state since the last invocation. |
protected void |
endAction(Sensor s)
Ends the action.
|
protected void |
initAction(Sensor s)
Initializes the listener action.
|
void |
pressed(SensorEvent e)
This method is called when a sensor's button is pressed.
|
conditionViewScale, getPhysicalToViewPlatformScale, getPhysicalToVirtualScale, isActive, released, transformAboutCenter, translateTransformclicked, readprivate boolean reverse
private long buttonDownTime
private Vector3d axis
private Point3d center
private Transform3D t3d
private AxisAngle4d aa4d
private Transform3D headToVworld
private double speedScaled
public WandViewBehavior.RotationListener6D(boolean reverse)
reverse - if true, rotate clockwise; otherwise, rotate
counter-clockwiseprotected void initAction(Sensor s)
WandViewBehavior.ListenerBasepressed or when a 2D
valuator exits the deadzone threshold.initAction in class WandViewBehavior.ListenerBases - reference to a 6DOF sensor if used by the listener; may
be nullprotected void endAction(Sensor s)
WandViewBehavior.ListenerBasereleased or when a 2D valuator enters the deadzone
threshold.endAction in class WandViewBehavior.ListenerBases - reference to a 6DOF sensor if used by the listener; may
be nullpublic void pressed(SensorEvent e)
SensorButtonListenerpressed in interface SensorButtonListenerpressed in class WandViewBehavior.ListenerBasee - the sensor eventpublic void dragged(SensorEvent e)
SensorButtonListenerdispatchEvents method of SensorEventAgent
if any button bound to the listener is down and has not changed
state since the last invocation. The sensor value has not
necessarily changed from the last drag event.dragged in interface SensorButtonListenerdragged in class SensorInputAdaptore - the sensor eventCopyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.