com.jme3.terrain.heightmap
クラス FractalHeightMapGrid

java.lang.Object
  上位を拡張 com.jme3.terrain.heightmap.FractalHeightMapGrid
すべての実装されたインタフェース:
HeightMapGrid

public class FractalHeightMapGrid
extends java.lang.Object
implements HeightMapGrid


入れ子のクラスの概要
 class FractalHeightMapGrid.FloatBufferHeightMap
           
 
コンストラクタの概要
FractalHeightMapGrid(org.novyon.noise.Basis base, java.lang.String cacheDir, float heightScale)
           
 
メソッドの概要
 HeightMap getHeightMapAt(Vector3f location)
           
 void setSize(int size)
           
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

FractalHeightMapGrid

public FractalHeightMapGrid(org.novyon.noise.Basis base,
                            java.lang.String cacheDir,
                            float heightScale)
メソッドの詳細

getHeightMapAt

public HeightMap getHeightMapAt(Vector3f location)
定義:
インタフェース HeightMapGrid 内の getHeightMapAt

setSize

public void setSize(int size)
定義:
インタフェース HeightMapGrid 内の setSize