Interface SphereSensor
- All Superinterfaces:
X3DChildNode,X3DDragSensorNode,X3DNode,X3DPointingDeviceSensorNode,X3DSensorNode
- All Known Implementing Classes:
SAISphereSensor,SAISphereSensor
Defines the requirements of an X3D SphereSensor node
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptionvoidgetOffset(float[] val) Return the offset value in the argument float[]voidgetRotation(float[] val) Return the rotation value in the argument float[]voidsetOffset(float[] val) Set the offset field.Methods inherited from interface org.web3d.x3d.sai.X3DDragSensorNode
getAutoOffset, getTrackPoint, setAutoOffsetMethods 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, setEnabled
-
Method Details
-
getRotation
void getRotation(float[] val) Return the rotation value in the argument float[]- Parameters:
val- The float[] to initialize.
-
getOffset
void getOffset(float[] val) Return the offset value in the argument float[]- Parameters:
val- The float[] to initialize.
-
setOffset
void setOffset(float[] val) Set the offset field.- Parameters:
val- The float[] to set.
-