com.jme3.terrain.geomipmap.grid
Class FractalTileLoader.FloatBufferHeightMap

java.lang.Object
  extended by com.jme3.terrain.heightmap.AbstractHeightMap
      extended by com.jme3.terrain.geomipmap.grid.FractalTileLoader.FloatBufferHeightMap
All Implemented Interfaces:
HeightMap
Enclosing class:
FractalTileLoader

public class FractalTileLoader.FloatBufferHeightMap
extends AbstractHeightMap


Field Summary
 
Fields inherited from class com.jme3.terrain.heightmap.AbstractHeightMap
filter, heightData, heightScale, NORMALIZE_RANGE, size
 
Constructor Summary
FractalTileLoader.FloatBufferHeightMap(java.nio.FloatBuffer buffer)
           
 
Method Summary
 boolean load()
          load populates the height map data.
 
Methods inherited from class com.jme3.terrain.heightmap.AbstractHeightMap
erodeTerrain, findMinMaxHeights, flatten, getHeightMap, getInterpolatedHeight, getScaledHeightAtPoint, getScaledHeightMap, getSize, getTrueHeightAtPoint, normalizeTerrain, save, setHeightAtPoint, setHeightScale, setMagnificationFilter, setSize, smooth, smooth, unloadHeightMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FractalTileLoader.FloatBufferHeightMap

public FractalTileLoader.FloatBufferHeightMap(java.nio.FloatBuffer buffer)
Method Detail

load

public boolean load()
Description copied from interface: HeightMap
load populates the height map data. This is dependent on the subclass's implementation.

Returns:
true if the load was successful, false otherwise.