Home
last modified time | relevance | path

Searched refs:calculateHeight (Results 1 – 2 of 2) sorted by relevance

/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
DImageBasedHeightMap.java89 protected float calculateHeight(float red, float green, float blue) { in calculateHeight() method in ImageBasedHeightMap
149 return calculateHeight(store.r, store.g, store.b); in getHeightAtPostion()
157 return calculateHeight(store.r, store.g, store.b); in getHeightAtPostion()
161 return calculateHeight(store.r, store.g, store.b); in getHeightAtPostion()
/external/jmonkeyengine/engine/src/test/jme3test/terrain/
DTerrainTestModifyHeight.java232 float h = calculateHeight(radius, height, locX - loc.x, locZ - loc.z); in adjustHeight()
250 private float calculateHeight(float radius, float heightFactor, float x, float z) { in calculateHeight() method in TerrainTestModifyHeight