feat(rc-plus): leaf culling fixes

This commit is contained in:
omo50
2026-04-18 17:11:10 -06:00
parent 92b563055f
commit 02ef254576
3 changed files with 19 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ threadPoolPriority = 3
compatibilityMode = false
maxConcurrentChunkLoads = 18
enableExtRenderDistanceProtocol = false
maxViewDistance = 32
maxViewDistance = 64
[ioSystem]
gcFreeChunkSerializer = true

View File

@@ -0,0 +1,9 @@
{
"enabled": true,
"enableStandardCulling": false,
"enableExtendedCulling": true,
"enablePassDemotion": false,
"mode": "CONSERVATIVE",
"interiorThreshold": 0,
"useExtendedLeafDetection": true
}

View File

@@ -0,0 +1,9 @@
{
"enabled": true,
"enableStandardCulling": false,
"enableExtendedCulling": true,
"enablePassDemotion": false,
"mode": "CONSERVATIVE",
"interiorThreshold": 0,
"useExtendedLeafDetection": true
}