Class iicm.vrml.pw.ElevationGrid
All Packages Class Hierarchy This Package Previous Next Index
Class iicm.vrml.pw.ElevationGrid
java.lang.Object
|
+----iicm.vrml.pw.Node
|
+----iicm.vrml.pw.Geometry
|
+----iicm.vrml.pw.ElevationGrid
- public class ElevationGrid
- extends Geometry
-
ccw
-
-
color
-
-
colorPerVertex
-
-
creaseAngle
-
-
height
-
-
normal
-
-
normalPerVertex
-
-
solid
-
-
texCoord
-
-
xDimension
-
-
xSpacing
-
-
zDimension
-
-
zSpacing
-
-
nodeName()
- the node's name
-
traverse(Traverser)
- must call appropriate method of Traverser for node traversal
color
public SFNode color
normal
public SFNode normal
texCoord
public SFNode texCoord
height
public MFFloat height
ccw
public SFBool ccw
colorPerVertex
public SFBool colorPerVertex
normalPerVertex
public SFBool normalPerVertex
solid
public SFBool solid
creaseAngle
public SFFloat creaseAngle
xSpacing
public SFFloat xSpacing
zSpacing
public SFFloat zSpacing
xDimension
public SFInt32 xDimension
zDimension
public SFInt32 zDimension
nodeName
public String nodeName()
- the node's name
- Overrides:
- nodeName in class Node
traverse
public void traverse(Traverser t)
- must call appropriate method of Traverser for node traversal
- Overrides:
- traverse in class Node
All Packages Class Hierarchy This Package Previous Next Index