public class FractalTileLoader.FloatBufferHeightMap extends AbstractHeightMap
filter, heightData, heightScale, NORMALIZE_RANGE, size| Constructor and Description | 
|---|
FloatBufferHeightMap(java.nio.FloatBuffer buffer)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
load()
load populates the height map data. | 
erodeTerrain, findMinMaxHeights, flatten, getHeightMap, getInterpolatedHeight, getScaledHeightAtPoint, getScaledHeightMap, getSize, getTrueHeightAtPoint, normalizeTerrain, save, setHeightAtPoint, setHeightScale, setMagnificationFilter, setSize, smooth, smooth, unloadHeightMappublic boolean load()
HeightMapload populates the height map data. This is dependent on
 the subclass's implementation.