com.jme3.terrain.heightmap
クラス FractalHeightMapGrid.FloatBufferHeightMap

java.lang.Object
  上位を拡張 com.jme3.terrain.heightmap.AbstractHeightMap
      上位を拡張 com.jme3.terrain.heightmap.FractalHeightMapGrid.FloatBufferHeightMap
すべての実装されたインタフェース:
HeightMap
含まれているクラス:
FractalHeightMapGrid

public class FractalHeightMapGrid.FloatBufferHeightMap
extends AbstractHeightMap


フィールドの概要
 
クラス com.jme3.terrain.heightmap.AbstractHeightMap から継承されたフィールド
NORMALIZE_RANGE
 
コンストラクタの概要
FractalHeightMapGrid.FloatBufferHeightMap(java.nio.FloatBuffer buffer)
           
 
メソッドの概要
 boolean load()
          load populates the height map data.
 
クラス com.jme3.terrain.heightmap.AbstractHeightMap から継承されたメソッド
erodeTerrain, findMinMaxHeights, flatten, getHeightMap, getInterpolatedHeight, getScaledHeightAtPoint, getScaledHeightMap, getSize, getTrueHeightAtPoint, normalizeTerrain, save, setHeightAtPoint, setHeightScale, setMagnificationFilter, setSize, smooth, unloadHeightMap
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

FractalHeightMapGrid.FloatBufferHeightMap

public FractalHeightMapGrid.FloatBufferHeightMap(java.nio.FloatBuffer buffer)
メソッドの詳細

load

public boolean load()
インタフェース HeightMap の記述:
load populates the height map data. This is dependent on the subclass's implementation.

戻り値:
true if the load was successful, false otherwise.