Package org.web3d.x3d.sai.rendering
Interface Normal
- All Superinterfaces:
X3DGeometricPropertyNode
,X3DNode
,X3DNormalNode
Defines the requirements of an X3D Normal 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
-
getNumVector
int getNumVector()Return the number of MFVec3f items in the vector field.- Returns:
- the number of MFVec3f items in the vector field.
-
getVector
void getVector(float[] val) Return the vector value in the argument float[]- Parameters:
val
- The float[] to initialize.
-
setVector
void setVector(float[] val) Set the vector field.- Parameters:
val
- The float[] to set.
-