|
|
@ -30,7 +30,7 @@ public class HeightMap { |
|
|
|
|
|
|
|
|
|
|
|
// Class variables
|
|
|
|
// Class variables
|
|
|
|
|
|
|
|
|
|
|
|
public static final float SCALEVALUE = 1.0f / 255; |
|
|
|
public static final float SCALEVALUE = 1.0f / 256; |
|
|
|
// Heightmap data for all zones.
|
|
|
|
// Heightmap data for all zones.
|
|
|
|
|
|
|
|
|
|
|
|
public static final HashMap<Integer, HeightMap> heightmapByLoadNum = new HashMap<>(); |
|
|
|
public static final HashMap<Integer, HeightMap> heightmapByLoadNum = new HashMap<>(); |
|
|
|