trying to re-implement chunk_manager

This commit is contained in:
2026-03-19 21:52:58 +03:30
parent adebff1322
commit 45c122ad28
15 changed files with 216 additions and 566 deletions

View File

@@ -69,7 +69,7 @@ impl BinaryGreedyMesher {
|| nz < 0
|| nz >= size as i32
{
true // Outside chunk = air
false // Outside chunk = air
} else {
!chunk.get_voxel(
Vector3i::new(nx, ny, nz),