|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--nodes.TouchSensor
This class contains index constants to access fields in a TouchSensor node using the WF3DNode.getField (int fieldIndex) method.
In 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. |
| Constructor Summary | |
TouchSensor()
|
|
| Methods inherited from class java.lang.Object |
equals, 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
| Constructor Detail |
public TouchSensor()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||