Uses of Class
org.web3d.x3d.jsail.Rendering.TriangleSet
Package
Description
The Rendering component includes fundamental rendering primitives such as TriangleSet and PointSet nodes, as well as geometric properties nodes that define how coordinate indices, colors, normals and texture coordinates are specified.
-
Uses of TriangleSet in org.web3d.x3d.jsail.Rendering
Modifier and TypeMethodDescriptionTriangleSet.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).TriangleSet.addComments
(String newComment) Add comment as String to contained commentsList.TriangleSet.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.TriangleSet.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.TriangleSet.clearAttrib()
Utility method to clear MFNode value of attrib field.TriangleSet.clearColor()
Utility method to clear SFNode value of color field.TriangleSet.clearCoord()
Utility method to clear SFNode value of coord field.TriangleSet.clearFogCoord()
Utility method to clear SFNode value of fogCoord field.TriangleSet.clearIS()
Utility method to clear SFNode value of IS field.TriangleSet.clearMetadata()
Utility method to clear SFNode value of metadata field.TriangleSet.clearNormal()
Utility method to clear SFNode value of normal field.TriangleSet.clearTexCoord()
Utility method to clear SFNode value of texCoord field.TriangleSet.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.TriangleSet.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)
.TriangleSet.setColor
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field color.TriangleSet.setColor
(X3DColorNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.TriangleSet.setColorPerVertex
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named colorPerVertex.TriangleSet.setColorPerVertex
(SFBool newValue) Assign typed object value to SFBool colorPerVertex field, similar tosetColorPerVertex(boolean)
.TriangleSet.setCoord
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field coord.TriangleSet.setCoord
(X3DCoordinateNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DCoordinateNode instance (using a properly typed node) to inputOutput SFNode field coord.final TriangleSet
TriangleSet.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.TriangleSet.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final TriangleSet
TriangleSet.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.TriangleSet.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final TriangleSet
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.TriangleSet.setFogCoord
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field fogCoord.TriangleSet.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 TriangleSet
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.TriangleSet.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TriangleSet.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.TriangleSet.setNormal
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field normal.TriangleSet.setNormal
(X3DNormalNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DNormalNode instance (using a properly typed node) to inputOutput SFNode field normal.TriangleSet.setNormalPerVertex
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named normalPerVertex.TriangleSet.setNormalPerVertex
(SFBool newValue) Assign typed object value to SFBool normalPerVertex field, similar tosetNormalPerVertex(boolean)
.TriangleSet.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)
.TriangleSet.setTexCoord
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field texCoord.TriangleSet.setTexCoord
(X3DNode newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DNode instance (using a properly typed node) to inputOutput SFNode field texCoord.final TriangleSet
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.TriangleSet.setUSE
(TriangleSet DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Modifier and TypeMethodDescriptionTriangleSet.setUSE
(TriangleSet DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.