HomeSort by relevance Sort by last modified time
    Searched refs:HeightMapGrid (Results 1 - 3 of 3) sorted by null

  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
HeightMapGrid.java 17 public interface HeightMapGrid {
ImageBasedHeightMapGrid.java 29 public class ImageBasedHeightMapGrid implements HeightMapGrid {
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
TerrainGrid.java 48 import com.jme3.terrain.heightmap.HeightMapGrid;
108 protected HeightMapGrid heightMapGrid;
142 if (heightMapGrid != null) {
144 HeightMap heightMapAt = heightMapGrid.getHeightMapAt(quadCell);
147 log.log(Level.FINE, "Loaded TerrainQuad {0} from HeightMapGrid", q.getName());
218 public TerrainGrid(String name, int patchSize, int maxVisibleSize, Vector3f scale, HeightMapGrid heightMapGrid,
227 this.heightMapGrid = heightMapGrid;
    [all...]

Completed in 388 milliseconds