Uses of Interface
org.web3d.x3d.sai.Rendering.IndexedTriangleSet
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Rendering | |
| org.web3d.x3d.sai.Rendering |
-
Uses of IndexedTriangleSet in org.web3d.x3d.jsail.Rendering
Classes in org.web3d.x3d.jsail.Rendering that implement IndexedTriangleSet Modifier and Type Class Description classIndexedTriangleSetObjectIndexedTriangleSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes. -
Uses of IndexedTriangleSet in org.web3d.x3d.sai.Rendering
Methods in org.web3d.x3d.sai.Rendering that return IndexedTriangleSet Modifier and Type Method Description IndexedTriangleSetIndexedTriangleSet. setAttrib(X3DNode[] newValue)Accessor method to assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field attrib.IndexedTriangleSetIndexedTriangleSet. setCcw(boolean newValue)Accessor method to assign boolean value to initializeOnly SFBool field named ccw.IndexedTriangleSetIndexedTriangleSet. setColor(X3DColorNode newValue)Accessor method to assign X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.IndexedTriangleSetIndexedTriangleSet. setColorPerVertex(boolean newValue)Accessor method to assign boolean value to initializeOnly SFBool field named colorPerVertex.IndexedTriangleSetIndexedTriangleSet. setCoord(X3DCoordinateNode newValue)Accessor method to assign X3DCoordinateNode instance (using a properly typed node) to inputOutput SFNode field coord.IndexedTriangleSetIndexedTriangleSet. setFogCoord(FogCoordinate newValue)Accessor method to assign FogCoordinate instance (using a properly typed node) to inputOutput SFNode field fogCoord.IndexedTriangleSetIndexedTriangleSet. setIndex(int[] newValue)Accessor method to assign int array to initializeOnly MFInt32 field named index.IndexedTriangleSetIndexedTriangleSet. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.IndexedTriangleSetIndexedTriangleSet. setNormal(X3DNormalNode newValue)Accessor method to assign X3DNormalNode instance (using a properly typed node) to inputOutput SFNode field normal.IndexedTriangleSetIndexedTriangleSet. setNormalPerVertex(boolean newValue)Accessor method to assign boolean value to initializeOnly SFBool field named normalPerVertex.IndexedTriangleSetIndexedTriangleSet. setSolid(boolean newValue)Accessor method to assign boolean value to initializeOnly SFBool field named solid.IndexedTriangleSetIndexedTriangleSet. setTexCoord(X3DTextureCoordinateNode newValue)Accessor method to assign X3DTextureCoordinateNode instance (using a properly typed node) to inputOutput SFNode field texCoord.