| 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 |
ElevationGridObject
X3D node tooltip: [X3DGeometryNode] ElevationGrid is a geometry node defining a rectangular height field, with default values for a 1m by 1m square at height 0.
|
| Modifier and Type | Method and Description |
|---|---|
ElevationGrid |
ElevationGrid.setAttrib(X3DNode[] newValue)
Assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field attrib.
|
ElevationGrid |
ElevationGrid.setCcw(boolean newValue)
Assign boolean value to initializeOnly SFBool field named ccw.
|
ElevationGrid |
ElevationGrid.setColor(X3DColorNode newValue)
Assign X3DColorNode instance (using a properly typed node) using RGB values [0..1] to inputOutput SFNode field color.
|
ElevationGrid |
ElevationGrid.setColorPerVertex(boolean newValue)
Assign boolean value to initializeOnly SFBool field named colorPerVertex.
|
ElevationGrid |
ElevationGrid.setCreaseAngle(float newValue)
Assign float value unit axis, angle (in radians) within allowed range of [0,infinity) to initializeOnly SFFloat field named creaseAngle.
|
ElevationGrid |
ElevationGrid.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
ElevationGrid |
ElevationGrid.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
ElevationGrid |
ElevationGrid.setFogCoord(FogCoordinate newValue)
Assign FogCoordinate instance (using a properly typed node) to inputOutput SFNode field fogCoord.
|
ElevationGrid |
ElevationGrid.setHeight(float[] newValue)
Assign float array to initializeOnly MFFloat field named height.
|
ElevationGrid |
ElevationGrid.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
ElevationGrid |
ElevationGrid.setNormal(X3DNormalNode newValue)
Assign X3DNormalNode instance (using a properly typed node) to inputOutput SFNode field normal.
|
ElevationGrid |
ElevationGrid.setNormalPerVertex(boolean newValue)
Assign boolean value to initializeOnly SFBool field named normalPerVertex.
|
ElevationGrid |
ElevationGrid.setSolid(boolean newValue)
Assign boolean value to initializeOnly SFBool field named solid.
|
ElevationGrid |
ElevationGrid.setTexCoord(X3DTextureCoordinateNode newValue)
Assign X3DTextureCoordinateNode instance (using a properly typed node) to inputOutput SFNode field texCoord.
|
ElevationGrid |
ElevationGrid.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
ElevationGrid |
ElevationGrid.setXDimension(int newValue)
Assign int value within allowed range of [0,infinity) to initializeOnly SFInt32 field named xDimension.
|
ElevationGrid |
ElevationGrid.setXSpacing(float newValue)
Assign float value within allowed range of (0,infinity) to initializeOnly SFFloat field named xSpacing.
|
ElevationGrid |
ElevationGrid.setZDimension(int newValue)
Assign int value within allowed range of [0,infinity) to initializeOnly SFInt32 field named zDimension.
|
ElevationGrid |
ElevationGrid.setZSpacing(float newValue)
Assign float value within allowed range of (0,infinity) to initializeOnly SFFloat field named zSpacing.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.