Add terrain shader and configuration files; update World class for shader integration

This commit is contained in:
ImBenji
2025-10-18 19:32:00 +01:00
parent f7de1c67af
commit 9e3cfb8d14
4 changed files with 2395 additions and 494 deletions

View File

@@ -18,6 +18,7 @@ RockThreshold = 0.04
SnowHeightThreshold = 0.32
WaterThreshold = 0.24
DesertTemperatureThreshold = 0.84
DesertMoistureThreshold = 0.96
DesertMoistureThreshold = 0.98
TemperatureNoiseFrequency = 1500.0
MoistureNoiseFrequency = 1500.0
MoistureNoiseAmplitude = 0.02