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

  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/
GeoMap.java 48 public class GeoMap implements Savable {
53 public GeoMap() {}
56 public GeoMap(FloatBuffer heightData, int width, int height, int maxval){
64 public GeoMap(float[] heightData, int width, int height, int maxval){
124 * Returns the width of this Geomap
126 * @returns the width of this Geomap
133 * Returns the height of this Geomap
135 * @returns the height of this Geomap
142 * Returns true if the Geomap data is loaded in memory
146 * @returns wether the geomap data is loaded in system memor
    [all...]
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
LODGeomap.java 44 import com.jme3.terrain.GeoMap;
66 public class LODGeomap extends GeoMap {
    [all...]

Completed in 427 milliseconds