tune(environment): rebalance procedural grass zones

This commit is contained in:
Tom Boullay
2026-05-28 01:08:33 +02:00
parent b87a7e929c
commit 57498b9bb1
3 changed files with 30 additions and 14 deletions
+6 -3
View File
@@ -17,14 +17,17 @@ export const GRASS_CONFIG = {
clumpThreshold: 0.18,
clumpSoftness: 0.45,
zoneFrequency: 0.035,
noGrassZoneThreshold: 0.2,
sparseZoneThreshold: 0.4,
tallZoneThreshold: 0.8,
mediumZoneThreshold: 0.65,
zoneSoftness: 0.08,
noGrassZoneHeight: 0,
sparseZoneHeight: 0.08,
lowZoneHeight: 0.45,
mediumZoneHeight: 0.45,
tallZoneHeight: 1,
noGrassZoneDensity: 0,
sparseZoneDensity: 0.08,
lowZoneDensity: 0.72,
mediumZoneDensity: 0.72,
tallZoneDensity: 1,
maxBendAngle: 14,
} as const;