style: change terrain colours again

This commit is contained in:
2026-05-31 14:27:13 -03:00
parent 4d28cf8bcb
commit 5e8ebf9491
+2 -2
View File
@@ -53,8 +53,8 @@ function Scene() {
grassLODExponent
} = useControls('Environment', {
Terrain: folder({
terrainDryColor: '#20270a',
terrainLushColor: '#0f240f',
terrainDryColor: '#232a0c',
terrainLushColor: '#142a14',
chunks: { value: 16, min: 4, max: 24, step: 2 },
chunkSize: { value: 10.0, min: 5.0, max: 40.0, step: 1.0 },
resolution: { value: 8.0, min: 4.0, max: 30.0, step: 1.0 },