Searched defs:ImageBasedHeightMap (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
H A DImageBasedHeightMap.java41 * <code>ImageBasedHeightMap</code> is a height map created from the grayscale
49 public class ImageBasedHeightMap extends AbstractHeightMap implements ImageHeightmap { class in inherits:AbstractHeightMap,ImageHeightmap
70 public ImageBasedHeightMap(Image colorImage) { method in class:ImageBasedHeightMap
74 public ImageBasedHeightMap(Image colorImage, float heightScale) { method in class:ImageBasedHeightMap

Completed in 25 milliseconds