voxelImprovements #5

Merged
railgun merged 21 commits from voxelImprovements into master 2024-11-07 15:08:54 -05:00
Showing only changes of commit 249e80d4ae - Show all commits

View File

@ -413,7 +413,7 @@ public class ClientDrawCellManager {
(
node.getLevel() == this.chunkTree.getMaxLevel() - 1
&&
this.getMinDistance(pos, node) <= HALF_RES_DIST
this.getMinDistance(pos, node) <= QUARTER_RES_DIST
)
||
(
@ -446,7 +446,7 @@ public class ClientDrawCellManager {
(
node.getLevel() == this.chunkTree.getMaxLevel() - 1
&&
this.getMinDistance(pos, node) <= HALF_RES_DIST
this.getMinDistance(pos, node) <= QUARTER_RES_DIST
)
||
(