Interface TouchSensor
- All Superinterfaces:
X3DChildNode
,X3DNode
,X3DPointingDeviceSensorNode
,X3DSensorNode
,X3DTouchSensorNode
- All Known Implementing Classes:
SAITouchSensor
,SAITouchSensor
Defines the requirements of an X3D TouchSensor node
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getHitNormal
(float[] val) Return the hitNormal value in the argument float[]void
getHitPoint
(float[] val) Return the hitPoint value in the argument float[]void
getHitTexCoord
(float[] val) Return the hitTexCoord value in the argument float[]Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
Methods inherited from interface org.web3d.x3d.sai.X3DPointingDeviceSensorNode
getDescription, getIsOver, setDescription
Methods inherited from interface org.web3d.x3d.sai.X3DSensorNode
getEnabled, getIsActive, setEnabled
Methods inherited from interface org.web3d.x3d.sai.X3DTouchSensorNode
getTouchTime
-
Method Details
-
getHitNormal
void getHitNormal(float[] val) Return the hitNormal value in the argument float[]- Parameters:
val
- The float[] to initialize.
-
getHitPoint
void getHitPoint(float[] val) Return the hitPoint value in the argument float[]- Parameters:
val
- The float[] to initialize.
-
getHitTexCoord
void getHitTexCoord(float[] val) Return the hitTexCoord value in the argument float[]- Parameters:
val
- The float[] to initialize.
-