com.jme3.terrain.heightmap
クラス Grayscale16BitHeightMap
java.lang.Object
com.jme3.terrain.heightmap.AbstractHeightMap
com.jme3.terrain.heightmap.Grayscale16BitHeightMap
- すべての実装されたインタフェース:
- HeightMap
public class Grayscale16BitHeightMap
- extends AbstractHeightMap
メソッドの概要 |
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)