Class ElevationGridGenerator

java.lang.Object
org.web3d.vrml.renderer.common.nodes.geospatial.ElevationGridGenerator

public class ElevationGridGenerator extends Object
A generator that takes a set of height values as a grid and turns it into geometry suitable for local graphics projections.

Points are defined in the height arrays in width first order. Normals, are always smooth blended.

Alan: There are some cases where texture generation is not complete. Especially in regards to 3D textures.

This class originally came from the j3d.org ElevationGridGenerator, but has been mostly gutted and special cased for the needs of this system.

Version:
$Revision: 1.7 $
Author:
Justin Couch