Searched refs:calculateHeight (Results 1 - 2 of 2) sorted by relevance
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/ |
H A D | ImageBasedHeightMap.java | 89 protected float calculateHeight(float red, float green, float blue) {
method in class:ImageBasedHeightMap 149 return calculateHeight(store.r, store.g, store.b);
157 return calculateHeight(store.r, store.g, store.b);
161 return calculateHeight(store.r, store.g, store.b);
|
/external/jmonkeyengine/engine/src/test/jme3test/terrain/ |
H A D | TerrainTestModifyHeight.java | 232 float h = calculateHeight(radius, height, locX - loc.x, locZ - loc.z); 250 private float calculateHeight(float radius, float heightFactor, float x, float z) { method in class:TerrainTestModifyHeight
|
Completed in 164 milliseconds