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

  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
HeightMapGrid.java 19 public HeightMap getHeightMapAt(Vector3f location);
ImageBasedHeightMapGrid.java 51 public HeightMap getHeightMapAt(Vector3f location) {
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/grid/
FractalTileLoader.java 52 private HeightMap getHeightMapAt(Vector3f location) {
67 HeightMap heightMapAt = getHeightMapAt(location);
ImageTileLoader.java 78 private HeightMap getHeightMapAt(Vector3f location) {
133 HeightMap heightMapAt = getHeightMapAt(location);

Completed in 54 milliseconds