Package org.web3d.x3d.sai.rendering
Interface TriangleFanSet
- All Superinterfaces:
X3DComposedGeometryNode
,X3DGeometryNode
,X3DNode
- All Known Implementing Classes:
SAITriangleFanSet
,SAITriangleFanSet
Defines the requirements of an X3D TriangleFanSet node
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getFanCount
(int[] val) Return the fanCount value in the argument int[]int
Return the number of MFInt32 items in the fanCount field.void
setFanCount
(int[] val) Set the fanCount 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
-
getNumFanCount
int getNumFanCount()Return the number of MFInt32 items in the fanCount field.- Returns:
- the number of MFInt32 items in the fanCount field.
-
getFanCount
void getFanCount(int[] val) Return the fanCount value in the argument int[]- Parameters:
val
- The int[] to initialize.
-
setFanCount
void setFanCount(int[] val) Set the fanCount field.- Parameters:
val
- The int[] to set.
-