Uses of Interface
org.web3d.x3d.sai.Geometry3D.ElevationGrid
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 ElevationGrid in org.web3d.x3d.jsail.Geometry3D
Modifier and TypeClassDescriptionclass
ElevationGrid is a geometry node defining a rectangular height field, with default values for a 1m by 1m square at height 0. -
Uses of ElevationGrid 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.ElevationGrid.setCcw
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named ccw.ElevationGrid.setColor
(X3DColorNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.ElevationGrid.setColorPerVertex
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named colorPerVertex.ElevationGrid.setCreaseAngle
(float newValue) Accessor method to assign float value unit axis, angle (in radians) to initializeOnly SFFloat field named creaseAngle.ElevationGrid.setFogCoord
(FogCoordinate newValue) Accessor method to assign org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) to inputOutput SFNode field fogCoord.ElevationGrid.setHeight
(float[] newValue) Accessor method to assign float array to initializeOnly MFFloat field named height.ElevationGrid.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.ElevationGrid.setNormal
(X3DNormalNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DNormalNode instance (using a properly typed node) to inputOutput SFNode field normal.ElevationGrid.setNormalPerVertex
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named normalPerVertex.ElevationGrid.setSolid
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named solid.ElevationGrid.setTexCoord
(X3DSingleTextureCoordinateNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DSingleTextureCoordinateNode instance (using a properly typed node) to inputOutput SFNode field texCoord.ElevationGrid.setXDimension
(int newValue) Accessor method to assign int value to initializeOnly SFInt32 field named xDimension.ElevationGrid.setXSpacing
(float newValue) Accessor method to assign float value to initializeOnly SFFloat field named xSpacing.ElevationGrid.setZDimension
(int newValue) Accessor method to assign int value to initializeOnly SFInt32 field named zDimension.ElevationGrid.setZSpacing
(float newValue) Accessor method to assign float value to initializeOnly SFFloat field named zSpacing.