Interface FogCoordinate
- All Superinterfaces:
X3DGeometricPropertyNode
,X3DNode
- All Known Implementing Classes:
SAIFogCoordinate
,SAIFogCoordinate
Defines the requirements of an X3D FogCoordinate node
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Method Summary
Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
-
Method Details
-
getNumDepth
int getNumDepth()Return the number of MFFloat items in the depth field.- Returns:
- the number of MFFloat items in the depth field.
-
getDepth
void getDepth(float[] val) Return the depth value in the argument float[]- Parameters:
val
- The float[] to initialize.
-
setDepth
void setDepth(float[] val) Set the depth field.- Parameters:
val
- The float[] to set.
-