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 TypeMethodDescriptionvoid
getOffset
(float[] val) Return the offset value in the argument float[]void
getRotation
(float[] val) Return the rotation value in the argument float[]void
setOffset
(float[] val) Set the offset field.Methods inherited from interface org.web3d.x3d.sai.X3DDragSensorNode
getAutoOffset, getTrackPoint, setAutoOffset
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
-
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.
-