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