Added new culling system

This commit is contained in:
Leonardo
2021-09-17 22:37:33 +02:00
parent 62223480e2
commit 3530158def
10 changed files with 396 additions and 373 deletions
@@ -281,7 +281,7 @@ public class DataPointUtil
}
}
public static long[] mergeVerticalData(long[][] dataToMerge)
public static long[] mergeMultiData(long[][] dataToMerge)
{
boolean[] projection = ThreadMapUtil.getProjection(WORLD_HEIGHT + 1);
int[][] heightAndDepth = ThreadMapUtil.getHeightAndDepth(WORLD_HEIGHT + 1);