refactor(environment): use player-centered ghibli grass patch

This commit is contained in:
Tom Boullay
2026-05-28 00:31:45 +02:00
parent 65651405b6
commit 7a72743e5c
7 changed files with 314 additions and 330 deletions
+3 -5
View File
@@ -1,14 +1,12 @@
export const GRASS_CONFIG = {
enabled: true,
chunkSize: 20,
loadRadius: 30,
unloadRadius: 34,
updateInterval: 250,
baseBladesPerChunk: 420,
patchSize: 30,
bladeCount: 18000,
bladeWidth: 0.08,
maxBladeHeight: 0.36,
randomHeightAmount: 0.25,
surfaceOffset: 0.025,
heightTextureSize: 128,
windNoiseScale: 0.9,
baldPatchModifier: 2.5,
falloffSharpness: 0.35,