Uses of Interface
org.web3d.x3d.sai.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).
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 TypeClassDescriptionclass
IndexedFaceSet defines polygons using index lists corresponding to vertex coordinates. -
Uses of IndexedFaceSet in org.web3d.x3d.sai.Geometry3D
Modifier and TypeMethodDescriptionAccessor method to assign org.web3d.x3d.sai.Core.X3DNode 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.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 int array to initializeOnly MFInt32 field named colorIndex.IndexedFaceSet.setColorPerVertex
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named colorPerVertex.IndexedFaceSet.setConvex
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named convex.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 int array to initializeOnly MFInt32 field named coordIndex.IndexedFaceSet.setCreaseAngle
(float newValue) Accessor method to assign float value unit axis, angle (in radians) to initializeOnly SFFloat field named creaseAngle.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.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
(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 int array to initializeOnly MFInt32 field named normalIndex.IndexedFaceSet.setNormalPerVertex
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named normalPerVertex.IndexedFaceSet.setSolid
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named solid.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 int array to initializeOnly MFInt32 field named texCoordIndex.