|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jme3.terrain.heightmap.AbstractHeightMap
com.jme3.terrain.geomipmap.grid.FractalTileLoader.FloatBufferHeightMap
public class FractalTileLoader.FloatBufferHeightMap
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 |
---|
public FractalTileLoader.FloatBufferHeightMap(java.nio.FloatBuffer buffer)
Method Detail |
---|
public boolean load()
HeightMap
load
populates the height map data. This is dependent on
the subclass's implementation.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |