|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectX3DDefaultNode
wobs.scene3d.nodes.TouchSensor
public class TouchSensor
This class contains index constants to access fields in a TouchSensor node using the X3DNode.getField(int fieldIndex) method.
In X3D/VRML, a TouchSensor node tracks the location and state of the pointing device and detects when the user points at geometry contained by the TouchSensor node's parent group.
| Field Summary | |
|---|---|
static int |
active
The constant used to access the active field of a TouchSensor node. |
static int |
enabled
The constant used to access the enabled field of a TouchSensor node. |
static int |
hitPoint
The constant used to access the hitPoint field of a TouchSensor node. |
static int |
hitTexCoord
The constant used to access the hitTexCoord field of a TouchSensor node. |
static int |
over
The constant used to access the over field of a TouchSensor node. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int enabled
public static final int hitPoint
public static final int hitTexCoord
public static final int active
public static final int over
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||