Package org.web3d.x3d.sai.rendering
Interface IndexedTriangleSet
- All Superinterfaces:
X3DComposedGeometryNode
,X3DGeometryNode
,X3DNode
- All Known Implementing Classes:
SAIIndexedTriangleSet
,SAIIndexedTriangleSet
Defines the requirements of an X3D IndexedTriangleSet node
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Method Summary
Methods inherited from interface org.web3d.x3d.sai.X3DComposedGeometryNode
getAttrib, getCcw, getColor, getColorPerVertex, getCoord, getFogCoord, getNormal, getNormalPerVertex, getNumAttrib, getSolid, getTexCoord, setAttrib, setCcw, setColor, setColor, setColorPerVertex, setCoord, setCoord, setFogCoord, setNormal, setNormal, setNormalPerVertex, setSolid, setTexCoord, setTexCoord
Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
-
Method Details
-
getNumIndex
int getNumIndex()Return the number of MFInt32 items in the index field.- Returns:
- the number of MFInt32 items in the index field.
-
getIndex
void getIndex(int[] val) Return the index value in the argument int[]- Parameters:
val
- The int[] to initialize.
-
setIndex
void setIndex(int[] val) Set the index field.- Parameters:
val
- The int[] to set.
-