style: change terrain colours again
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user