Searched defs:RawHeightMap (Results 1 – 1 of 1) sorted by relevance
| /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/ |
| D | RawHeightMap.java | 48 public class RawHeightMap extends AbstractHeightMap { class 81 public RawHeightMap(String filename, int size) throws Exception { in RawHeightMap() method in RawHeightMap 85 public RawHeightMap(float heightData[]) { in RawHeightMap() method in RawHeightMap 91 public RawHeightMap(String filename, int size, int format, boolean swapxy) throws Exception { in RawHeightMap() method in RawHeightMap 104 public RawHeightMap(InputStream stream, int size, int format, boolean swapxy) throws Exception { in RawHeightMap() method in RawHeightMap 108 public RawHeightMap(URL resource, int size, int format, boolean swapxy) throws Exception { in RawHeightMap() method in RawHeightMap
|