HomeSort by relevance Sort by last modified time
    Searched full:geomap (Results 1 - 5 of 5) 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/
TerrainPatch.java 82 protected LODGeomap geomap; field in class:TerrainPatch
180 geomap = new LODGeomap(size, heightMap);
181 Mesh m = geomap.createMesh(stepScale, new Vector2f(1,1), offset, offsetAmount, totalSize, false);
193 IntBuffer buf = geomap.writeIndexArrayLodDiff(null, curLod, false, false, false, false);
209 return BufferUtils.createFloatBuffer(geomap.getHeightArray());
213 return geomap.getHeightArray();
243 ib = geomap.writeIndexArrayLodVariable(null, pow, (int) Math.pow(2, utp.getRightLod()), (int) Math.pow(2, utp.getTopLod()), (int) Math.pow(2, utp.getLeftLod()), (int) Math.pow(2, utp.getBottomLod()));
245 ib = geomap.writeIndexArrayLodDiff(null, pow, right, top, left, bottom);
276 return geomap.getTriangleAtPoint(x, z, getWorldScale() , getWorldTranslation());
286 return geomap.getGridTrianglesAtPoint(x, z, getWorldScale() , getWorldTranslation());
    [all...]
LODGeomap.java 44 import com.jme3.terrain.GeoMap;
66 public class LODGeomap extends GeoMap {
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/effect/
TestEverything.java 144 // Geomap map = GeomapLoader.fromImage(TestEverything.class.getResource("/textures/heightmap.png"));
  /external/jmonkeyengine/
NOTICE     [all...]

Completed in 240 milliseconds