HomeSort by relevance Sort by last modified time
    Searched defs:getHeightMap (Results 1 - 4 of 4) sorted by null

  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/
Terrain.java 118 public float[] getHeightMap();
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
HeightMap.java 42 * <code>getHeightMap</code> returns the entire grid of height data.
46 float[] getHeightMap();
AbstractHeightMap.java 209 * <code>getHeightMap</code> returns the entire grid of height data.
213 public float[] getHeightMap() {
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
TerrainPatch.java 208 public FloatBuffer getHeightmap() {
212 public float[] getHeightMap() {
    [all...]

Completed in 202 milliseconds