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 TypeMethodDescriptionvoidgetHitNormal(float[] val) Return the hitNormal value in the argument float[]voidgetHitPoint(float[] val) Return the hitPoint value in the argument float[]voidgetHitTexCoord(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, setMetadataMethods inherited from interface org.web3d.x3d.sai.X3DPointingDeviceSensorNode
getDescription, getIsOver, setDescriptionMethods inherited from interface org.web3d.x3d.sai.X3DSensorNode
getEnabled, getIsActive, setEnabledMethods 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.
-