Uses of Class
org.web3d.x3d.jsail.Geometry3D.IndexedFaceSet
Package
Description
The Geometry3D component describes how three-dimensional geometry is specified and defines ElevationGrid, Extrusion, IndexedFaceSet, and most primitive geometry nodes (Box, Cone, Cylinder, Sphere).
-
Uses of IndexedFaceSet in org.web3d.x3d.jsail.Geometry3D
Modifier and TypeMethodDescriptionIndexedFaceSet.addAttrib
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for attrib field.Add single child node to existing array of attrib nodes (if any).IndexedFaceSet.addColorIndex
(int newValue) Add singleton int value to MFInt32 colorIndex field.IndexedFaceSet.addColorIndex
(SFInt32 newValue) Add singleton SFInt32 value to MFInt32 colorIndex field.IndexedFaceSet.addComments
(String newComment) Add comment as String to contained commentsList.IndexedFaceSet.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.IndexedFaceSet.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.IndexedFaceSet.addCoordIndex
(int newValue) Add singleton int value to MFInt32 coordIndex field.IndexedFaceSet.addCoordIndex
(SFInt32 newValue) Add singleton SFInt32 value to MFInt32 coordIndex field.IndexedFaceSet.addNormalIndex
(int newValue) Add singleton int value to MFInt32 normalIndex field.IndexedFaceSet.addNormalIndex
(SFInt32 newValue) Add singleton SFInt32 value to MFInt32 normalIndex field.IndexedFaceSet.addTexCoordIndex
(int newValue) Add singleton int value to MFInt32 texCoordIndex field.IndexedFaceSet.addTexCoordIndex
(SFInt32 newValue) Add singleton SFInt32 value to MFInt32 texCoordIndex field.IndexedFaceSet.clearAttrib()
Utility method to clear MFNode value of attrib field.IndexedFaceSet.clearColor()
Utility method to clear SFNode value of color field.IndexedFaceSet.clearColorIndex()
Utility method to clear MFInt32 value of colorIndex field.IndexedFaceSet.clearCoord()
Utility method to clear SFNode value of coord field.IndexedFaceSet.clearCoordIndex()
Utility method to clear MFInt32 value of coordIndex field.IndexedFaceSet.clearFogCoord()
Utility method to clear SFNode value of fogCoord field.IndexedFaceSet.clearIS()
Utility method to clear SFNode value of IS field.IndexedFaceSet.clearMetadata()
Utility method to clear SFNode value of metadata field.IndexedFaceSet.clearNormal()
Utility method to clear SFNode value of normal field.IndexedFaceSet.clearNormalIndex()
Utility method to clear MFInt32 value of normalIndex field.IndexedFaceSet.clearTexCoord()
Utility method to clear SFNode value of texCoord field.IndexedFaceSet.clearTexCoordIndex()
Utility method to clear MFInt32 value of texCoordIndex field.IndexedFaceSet.setAttrib
(ArrayList<X3DVertexAttributeNode> newValue) Assign ArrayList value of MFNode attrib field, similar tosetAttrib(org.web3d.x3d.sai.Core.X3DNode[])
.Accessor method to assign org.web3d.x3d.sai.Shaders.X3DVertexAttributeNode array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field attrib.IndexedFaceSet.setCcw
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named ccw.Assign typed object value to SFBool ccw field, similar tosetCcw(boolean)
.IndexedFaceSet.setColor
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field color.IndexedFaceSet.setColor
(X3DColorNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.IndexedFaceSet.setColorIndex
(int[] newValue) Accessor method to assign Integer array to initializeOnly MFInt32 field named colorIndex.IndexedFaceSet.setColorIndex
(ArrayList<Integer> newValue) Assign ArrayList value of MFInt32 colorIndex field, similar tosetColorIndex(int[])
.IndexedFaceSet.setColorIndex
(MFInt32 newValue) Assign typed object value to MFInt32 colorIndex field, similar tosetColorIndex(int[])
.IndexedFaceSet.setColorPerVertex
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named colorPerVertex.IndexedFaceSet.setColorPerVertex
(SFBool newValue) Assign typed object value to SFBool colorPerVertex field, similar tosetColorPerVertex(boolean)
.IndexedFaceSet.setConvex
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named convex.Assign typed object value to SFBool convex field, similar tosetConvex(boolean)
.IndexedFaceSet.setCoord
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field coord.IndexedFaceSet.setCoord
(X3DCoordinateNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DCoordinateNode instance (using a properly typed node) to inputOutput SFNode field coord.IndexedFaceSet.setCoordIndex
(int[] newValue) Accessor method to assign Integer array to initializeOnly MFInt32 field named coordIndex.IndexedFaceSet.setCoordIndex
(ArrayList<Integer> newValue) Assign ArrayList value of MFInt32 coordIndex field, similar tosetCoordIndex(int[])
.IndexedFaceSet.setCoordIndex
(MFInt32 newValue) Assign typed object value to MFInt32 coordIndex field, similar tosetCoordIndex(int[])
.IndexedFaceSet.setCreaseAngle
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetCreaseAngle(float)
.IndexedFaceSet.setCreaseAngle
(float newValue) Accessor method to assign float value unit axis, angle (in radians) to initializeOnly SFFloat field named creaseAngle.IndexedFaceSet.setCreaseAngle
(SFFloat newValue) Assign typed object value to SFFloat creaseAngle field, similar tosetCreaseAngle(float)
.final IndexedFaceSet
IndexedFaceSet.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.IndexedFaceSet.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final IndexedFaceSet
IndexedFaceSet.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.IndexedFaceSet.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final IndexedFaceSet
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.IndexedFaceSet.setFogCoord
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field fogCoord.IndexedFaceSet.setFogCoord
(FogCoordinate newValue) Accessor method to assign org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) to inputOutput SFNode field fogCoord.final IndexedFaceSet
Accessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlID field, similar tosetHtmlID(String)
.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.IndexedFaceSet.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.IndexedFaceSet.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.IndexedFaceSet.setNormal
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field normal.IndexedFaceSet.setNormal
(X3DNormalNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DNormalNode instance (using a properly typed node) to inputOutput SFNode field normal.IndexedFaceSet.setNormalIndex
(int[] newValue) Accessor method to assign Integer array to initializeOnly MFInt32 field named normalIndex.IndexedFaceSet.setNormalIndex
(ArrayList<Integer> newValue) Assign ArrayList value of MFInt32 normalIndex field, similar tosetNormalIndex(int[])
.IndexedFaceSet.setNormalIndex
(MFInt32 newValue) Assign typed object value to MFInt32 normalIndex field, similar tosetNormalIndex(int[])
.IndexedFaceSet.setNormalPerVertex
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named normalPerVertex.IndexedFaceSet.setNormalPerVertex
(SFBool newValue) Assign typed object value to SFBool normalPerVertex field, similar tosetNormalPerVertex(boolean)
.IndexedFaceSet.setSolid
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named solid.Assign typed object value to SFBool solid field, similar tosetSolid(boolean)
.IndexedFaceSet.setTexCoord
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field texCoord.IndexedFaceSet.setTexCoord
(X3DNode newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DNode instance (using a properly typed node) to inputOutput SFNode field texCoord.IndexedFaceSet.setTexCoordIndex
(int[] newValue) Accessor method to assign Integer array to initializeOnly MFInt32 field named texCoordIndex.IndexedFaceSet.setTexCoordIndex
(ArrayList<Integer> newValue) Assign ArrayList value of MFInt32 texCoordIndex field, similar tosetTexCoordIndex(int[])
.IndexedFaceSet.setTexCoordIndex
(MFInt32 newValue) Assign typed object value to MFInt32 texCoordIndex field, similar tosetTexCoordIndex(int[])
.final IndexedFaceSet
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.IndexedFaceSet.setUSE
(IndexedFaceSet DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Modifier and TypeMethodDescriptionIndexedFaceSet.setUSE
(IndexedFaceSet DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.