java.lang.Object
org.vrspace.vrmlclient.Terrain
org.vrspace.vrmlclient.ImageTerrain
- public class ImageTerrain
- extends Terrain
| Fields inherited from class org.vrspace.vrmlclient.Terrain |
appearance, dim, frame, h, h1, h2, h3, h4, height, land, lod, max, min, rng, roughness, scale, sea, seaLevel, seed, size, top, topLevel, undo, x, z |
|
Constructor Summary |
ImageTerrain(double x,
double z,
int lod,
double size,
java.net.URL imageUrl,
long seed)
Creates new terrain from the image. |
| Methods inherited from class org.vrspace.vrmlclient.Terrain |
cellSize, getAltitude, getAltitude, getColor, getColor, getColor, getDistance, getHeight, getHeight, getHeight, isOver, iteration, nullGridVrml, subTerrain, subTerrain, toVrml, xIndex, zIndex, zoomIn, zoomOut |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImageTerrain
public ImageTerrain(double x,
double z,
int lod,
double size,
java.net.URL imageUrl,
long seed)
- Creates new terrain from the image. Blocks untill image loads.
gridVrml
public java.lang.String gridVrml()
- VRML 2.0 ElevationGrid string - overriden for color
- Overrides:
gridVrml in class Terrain