Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
DHeightMapGrid.java19 public HeightMap getHeightMapAt(Vector3f location); in getHeightMapAt() method
DImageBasedHeightMapGrid.java51 public HeightMap getHeightMapAt(Vector3f location) { in getHeightMapAt() method in ImageBasedHeightMapGrid
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/grid/
DFractalTileLoader.java52 private HeightMap getHeightMapAt(Vector3f location) { in getHeightMapAt() method in FractalTileLoader
DImageTileLoader.java78 private HeightMap getHeightMapAt(Vector3f location) { in getHeightMapAt() method in ImageTileLoader