New collection defined for pixel data

This commit is contained in:
2023-09-20 11:59:43 -04:00
parent 6290c6d0af
commit 1fdf1f1339
@@ -35,6 +35,9 @@ public class HeightMap {
// Class variables // Class variables
public static final HashMap<Integer, HeightMap> heightmapByLoadNum = new HashMap<>(); public static final HashMap<Integer, HeightMap> heightmapByLoadNum = new HashMap<>();
public static final HashMap<Integer, byte[][]> _pixelData = new HashMap<>();
// Heightmap data for all zones. // Heightmap data for all zones.
public static float SCALEVALUE = 1.0f / 255; public static float SCALEVALUE = 1.0f / 255;