Class iicm.vrml.pw.SphereSensor
All Packages Class Hierarchy This Package Previous Next Index
Class iicm.vrml.pw.SphereSensor
java.lang.Object
|
+----iicm.vrml.pw.Node
|
+----iicm.vrml.pw.Sensor
|
+----iicm.vrml.pw.SphereSensor
- public class SphereSensor
- extends Sensor
- implements PointerSensor
-
autoOffset
-
-
enabled
-
-
isActive
-
-
offset
-
-
oldx
-
-
oldy
-
-
ray_
-
-
rotate
-
-
rotation_changed
-
-
sphRadius_
-
-
trackPoint_changed
-
-
mouseDown(float, float, Hitpoint, double)
- handle mouse down in interaction mode
-
mouseDrag(float, float, Hitpoint, double)
- handle mouse drag in interaction mode
-
mouseExit(double)
- handle mouse exit
-
mouseMove(float, float, Hitpoint, double)
- handle mouse move in interaction mode
-
mouseUp(double)
- handle mouse up in interaction mode
-
nodeName()
- the node's name
-
traverse(Traverser)
- must call appropriate method of Traverser for node traversal
autoOffset
public SFBool autoOffset
enabled
public SFBool enabled
isActive
public SFBool isActive
offset
public SFRotation offset
rotation_changed
public SFRotation rotation_changed
trackPoint_changed
public SFVec3f trackPoint_changed
sphRadius_
public float sphRadius_
oldx
public float oldx
oldy
public float oldy
rotate
public float rotate[]
ray_
public Ray ray_
nodeName
public String nodeName()
- the node's name
- Overrides:
- nodeName in class Node
traverse
public void traverse(Traverser t)
- must call appropriate method of Traverser for node traversal
- Overrides:
- traverse in class Node
mouseMove
public void mouseMove(float downx,
float downy,
Hitpoint hit,
double timestamp)
- handle mouse move in interaction mode
mouseDrag
public void mouseDrag(float dragx,
float dragy,
Hitpoint hit,
double timestamp)
- handle mouse drag in interaction mode
mouseDown
public void mouseDown(float downx,
float downy,
Hitpoint hit,
double timestamp)
- handle mouse down in interaction mode
mouseUp
public void mouseUp(double timestamp)
- handle mouse up in interaction mode
mouseExit
public void mouseExit(double timestamp)
- handle mouse exit
All Packages Class Hierarchy This Package Previous Next Index