Home | History | Annotate | Download | only in light

Lines Matching refs:heightmap

50 import com.jme3.terrain.heightmap.AbstractHeightMap;
51 import com.jme3.terrain.heightmap.ImageBasedHeightMap;
127 // HEIGHTMAP image (for the terrain heightmap)
180 // CREATE HEIGHTMAP
181 AbstractHeightMap heightmap = null;
183 //heightmap = new HillHeightMap(1025, 1000, 50, 100, (byte) 3);
185 heightmap = new ImageBasedHeightMap(heightMapImage.getImage(), 1f);
186 heightmap.load();
192 terrain = new TerrainQuad("terrain", 65, 513, heightmap.getHeightMap());//, new LodPerspectiveCalculatorFactory(getCamera(), 4)); // add this in to see it use entropy for LOD calculations