Package org.web3d.x3d.sai.rendering
Interface TriangleStripSet
- All Superinterfaces:
X3DComposedGeometryNode,X3DGeometryNode,X3DNode
- All Known Implementing Classes:
SAITriangleStripSet,SAITriangleStripSet
Defines the requirements of an X3D TriangleStripSet node
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptionintReturn the number of MFInt32 items in the stripCount field.voidgetStripCount(int[] val) Return the stripCount value in the argument int[]voidsetStripCount(int[] val) Set the stripCount field.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, setTexCoordMethods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
-
Method Details
-
getNumStripCount
int getNumStripCount()Return the number of MFInt32 items in the stripCount field.- Returns:
- the number of MFInt32 items in the stripCount field.
-
getStripCount
void getStripCount(int[] val) Return the stripCount value in the argument int[]- Parameters:
val- The int[] to initialize.
-
setStripCount
void setStripCount(int[] val) Set the stripCount field.- Parameters:
val- The int[] to set.
-