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 TypeMethodDescriptionint
Return the number of MFInt32 items in the stripCount field.void
getStripCount
(int[] val) Return the stripCount value in the argument int[]void
setStripCount
(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, setTexCoord
Methods 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.
-