Home
last modified time | relevance | path

Searched defs:colorImage (Results 1 – 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
DImageBasedHeightMap.java52 protected Image colorImage; field in ImageBasedHeightMap
70 public ImageBasedHeightMap(Image colorImage) { in ImageBasedHeightMap()
74 public ImageBasedHeightMap(Image colorImage, float heightScale) { in ImageBasedHeightMap()