|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IndexedFaceSet
Defines the requirements of an X3D IndexedFaceSet node
| Method Summary | |
|---|---|
void |
getColorIndex(int[] val)
Return the colorIndex value in the argument int[] |
boolean |
getConvex()
Return the convex boolean value. |
void |
getCoordIndex(int[] val)
Return the coordIndex value in the argument int[] |
float |
getCreaseAngle()
Return the creaseAngle float value. |
void |
getNormalIndex(int[] val)
Return the normalIndex value in the argument int[] |
int |
getNumColorIndex()
Return the number of MFInt32 items in the colorIndex field. |
int |
getNumCoordIndex()
Return the number of MFInt32 items in the coordIndex field. |
int |
getNumNormalIndex()
Return the number of MFInt32 items in the normalIndex field. |
int |
getNumTexCoordIndex()
Return the number of MFInt32 items in the texCoordIndex field. |
void |
getTexCoordIndex(int[] val)
Return the texCoordIndex value in the argument int[] |
void |
setColorIndex(int[] val)
Set the colorIndex field. |
void |
setConvex(boolean val)
Set the convex field. |
void |
setCoordIndex(int[] val)
Set the coordIndex field. |
void |
setCreaseAngle(float val)
Set the creaseAngle field. |
void |
setNormalIndex(int[] val)
Set the normalIndex field. |
void |
setTexCoordIndex(int[] val)
Set the texCoordIndex 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 Detail |
|---|
int getNumColorIndex()
void getColorIndex(int[] val)
val - The int[] to initialize.void setColorIndex(int[] val)
val - The int[] to set.int getNumCoordIndex()
void getCoordIndex(int[] val)
val - The int[] to initialize.void setCoordIndex(int[] val)
val - The int[] to set.int getNumTexCoordIndex()
void getTexCoordIndex(int[] val)
val - The int[] to initialize.void setTexCoordIndex(int[] val)
val - The int[] to set.int getNumNormalIndex()
void getNormalIndex(int[] val)
val - The int[] to initialize.void setNormalIndex(int[] val)
val - The int[] to set.float getCreaseAngle()
void setCreaseAngle(float val)
val - The float to set.boolean getConvex()
void setConvex(boolean val)
val - The boolean to set.
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||