Weiter am Wettersystem gearbeitet, ordentliche Wolken und Regen etc ergänzt

This commit is contained in:
2026-07-24 11:41:05 +02:00
parent 5a7d9897e4
commit 919f70bb44
47 changed files with 1665 additions and 1073 deletions

View File

@@ -38,7 +38,7 @@ public final class ChunkTerrainIO {
public static final int LOD0_RANGE = 1;
public static final int LOD1_RANGE = 3;
/** Chebyshev-Distanz ≤ PHYSICS_RANGE: Physik-Collider aktiv. */
public static final int PHYSICS_RANGE = 1;
public static final int PHYSICS_RANGE = 2;
// ── Kanten-Konstanten ──────────────────────────────────────────────────────
public static final int EDGE_NORTH = 0; // höchste Zeile (row = VERTS-1)