Package com.jme3.terrain.geomipmap.grid
Class FractalTileLoader.FloatBufferHeightMap
java.lang.Object
com.jme3.terrain.heightmap.AbstractHeightMap
com.jme3.terrain.geomipmap.grid.FractalTileLoader.FloatBufferHeightMap
- All Implemented Interfaces:
HeightMap
- Enclosing class:
- FractalTileLoader
-
Field Summary
Fields inherited from class com.jme3.terrain.heightmap.AbstractHeightMap
filter, heightData, heightScale, NORMALIZE_RANGE, size
-
Constructor Summary
-
Method Summary
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
-
Constructor Details
-
FloatBufferHeightMap
-
-
Method Details
-
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.
-