| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Geometry3D |
The Geometry3D component describes how three-dimensional geometry is specified and
defines ElevationGrid, Extrusion, IndexedFaceSet, and most primitive geometry nodes
(Box, Cone, Cylinder, Sphere).
|
| org.web3d.x3d.sai.Geometry3D |
The Geometry3D component describes how three-dimensional geometry is specified and
defines ElevationGrid, Extrusion, IndexedFaceSet, and most primitive geometry nodes
(Box, Cone, Cylinder, Sphere).
|
| Modifier and Type | Class and Description |
|---|---|
class |
IndexedFaceSetObject
X3D node tooltip: [X3DComposedGeometryNode] IndexedFaceSet defines polygons using index lists corresponding to vertex coordinates.
|
| Modifier and Type | Method and Description |
|---|---|
IndexedFaceSet |
IndexedFaceSet.setAttrib(X3DNode[] newValue)
Assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field attrib.
|
IndexedFaceSet |
IndexedFaceSet.setCcw(boolean newValue)
Assign boolean value to initializeOnly SFBool field named ccw.
|
IndexedFaceSet |
IndexedFaceSet.setColor(X3DColorNode newValue)
Assign X3DColorNode instance (using a properly typed node) using RGB values [0..1] to inputOutput SFNode field color.
|
IndexedFaceSet |
IndexedFaceSet.setColorIndex(int[] newValue)
Assign int array using RGB values [0..1] to initializeOnly MFInt32 field named colorIndex.
|
IndexedFaceSet |
IndexedFaceSet.setColorPerVertex(boolean newValue)
Assign boolean value to initializeOnly SFBool field named colorPerVertex.
|
IndexedFaceSet |
IndexedFaceSet.setConvex(boolean newValue)
Assign boolean value to initializeOnly SFBool field named convex.
|
IndexedFaceSet |
IndexedFaceSet.setCoord(X3DCoordinateNode newValue)
Assign X3DCoordinateNode instance (using a properly typed node) to inputOutput SFNode field coord.
|
IndexedFaceSet |
IndexedFaceSet.setCoordIndex(int[] newValue)
Assign int array within allowed range of [-1,infinity) to initializeOnly MFInt32 field named coordIndex.
|
IndexedFaceSet |
IndexedFaceSet.setCreaseAngle(float newValue)
Assign float value unit axis, angle (in radians) within allowed range of [0,infinity) to initializeOnly SFFloat field named creaseAngle.
|
IndexedFaceSet |
IndexedFaceSet.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
IndexedFaceSet |
IndexedFaceSet.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
IndexedFaceSet |
IndexedFaceSet.setFogCoord(FogCoordinate newValue)
Assign FogCoordinate instance (using a properly typed node) to inputOutput SFNode field fogCoord.
|
IndexedFaceSet |
IndexedFaceSet.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
IndexedFaceSet |
IndexedFaceSet.setNormal(X3DNormalNode newValue)
Assign X3DNormalNode instance (using a properly typed node) to inputOutput SFNode field normal.
|
IndexedFaceSet |
IndexedFaceSet.setNormalIndex(int[] newValue)
Assign int array within allowed range of [-1,infinity) to initializeOnly MFInt32 field named normalIndex.
|
IndexedFaceSet |
IndexedFaceSet.setNormalPerVertex(boolean newValue)
Assign boolean value to initializeOnly SFBool field named normalPerVertex.
|
IndexedFaceSet |
IndexedFaceSet.setSolid(boolean newValue)
Assign boolean value to initializeOnly SFBool field named solid.
|
IndexedFaceSet |
IndexedFaceSet.setTexCoord(X3DTextureCoordinateNode newValue)
Assign X3DTextureCoordinateNode instance (using a properly typed node) to inputOutput SFNode field texCoord.
|
IndexedFaceSet |
IndexedFaceSet.setTexCoordIndex(int[] newValue)
Assign int array within allowed range of [-1,infinity) to initializeOnly MFInt32 field named texCoordIndex.
|
IndexedFaceSet |
IndexedFaceSet.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.