com.jme3.terrain.heightmap
クラス Grayscale16BitHeightMap

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

public class Grayscale16BitHeightMap
extends AbstractHeightMap


フィールドの概要
 
クラス com.jme3.terrain.heightmap.AbstractHeightMap から継承されたフィールド
NORMALIZE_RANGE
 
コンストラクタの概要
Grayscale16BitHeightMap()
           
Grayscale16BitHeightMap(java.awt.image.BufferedImage image)
           
Grayscale16BitHeightMap(java.io.File file)
           
Grayscale16BitHeightMap(java.lang.String filename)
           
 
メソッドの概要
 boolean load()
          load populates the height map data.
 boolean load(boolean flipX, boolean flipY)
           
 
クラス 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
 

コンストラクタの詳細

Grayscale16BitHeightMap

public Grayscale16BitHeightMap()

Grayscale16BitHeightMap

public Grayscale16BitHeightMap(java.awt.image.BufferedImage image)

Grayscale16BitHeightMap

public Grayscale16BitHeightMap(java.lang.String filename)

Grayscale16BitHeightMap

public Grayscale16BitHeightMap(java.io.File file)
メソッドの詳細

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.

load

public boolean load(boolean flipX,
                    boolean flipY)