HomeSort by relevance Sort by last modified time
    Searched refs:heightmap (Results 26 - 32 of 32) sorted by null

12

  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
MidpointDisplacementHeightMap.java 32 package com.jme3.terrain.heightmap;
41 * <code>MidpointDisplacementHeightMap</code> generates an heightmap based on
53 * The constructor generates the heightmap. After the first 4 corners are
56 * the heightmap by the same principle.
65 * The size of the heightmap, must be 2^N+1
90 * The constructor generates the heightmap. After the first 4 corners are
93 * the heightmap by the same principle.
98 * The size of the heightmap, must be 2^N+1
113 * Generate the heightmap.
154 logger.log(Level.INFO, "Midpoint displacement heightmap generated");
    [all...]
RawHeightMap.java 32 package com.jme3.terrain.heightmap;
74 * the RAW file to use as the heightmap.
AbstractHeightMap.java 32 package com.jme3.terrain.heightmap;
54 public abstract class AbstractHeightMap implements HeightMap {
240 * <code>save</code> will save the heightmap data into a new RAW file
432 * You must first load() the heightmap data before this will have any effect.
448 * You must first load() the heightmap data before this will have any effect.
FaultHeightMap.java 32 package com.jme3.terrain.heightmap;
40 * Creates an heightmap based on the fault algorithm. Each iteration, a random line
93 * @param size The size of the heightmap
121 * Create an heightmap with linear step faults.
122 * @param size size of heightmap
153 logger.log(Level.INFO, "Fault heightmap generated");
191 // entirely outside heightmap
ParticleDepositionHeightMap.java 32 package com.jme3.terrain.heightmap;
37 * <code>ParticleDepositionHeightMap</code> creates a heightmap based on the
39 * "Game Programming Gems". A heightmap is created using a Molecular beam
321 logger.info("Created heightmap using Particle Deposition");
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
TerrainGrid.java 47 import com.jme3.terrain.heightmap.HeightMap;
48 import com.jme3.terrain.heightmap.HeightMapGrid;
144 HeightMap heightMapAt = heightMapGrid.getHeightMapAt(quadCell);
  /external/jmonkeyengine/engine/src/test/jme3test/terrain/
TerrainGridTest.java 25 import com.jme3.terrain.heightmap.Namer;

Completed in 268 milliseconds

12