weather change test

This commit is contained in:
MihailRis
2025-02-26 12:19:47 +03:00
parent 589518fb25
commit 02d8d8d6bf
7 changed files with 83 additions and 41 deletions
+4 -4
View File
@@ -28,15 +28,15 @@ struct WeatherPreset : Serializable {
} fall {};
/// @brief Max weather fog opacity
float fogOpacity = 0.8f;
float fogOpacity = 0.0f;
/// @brief Weather fog depth multiplier
float fogDencity = 2.0f;
float fogDencity = 1.0f;
/// @brief Weather fog curve
float fogCurve = 0.5f;
float fogCurve = 1.0f;
float clouds = 0.5f;
float clouds = 0.0f;
/// @brief Weather effects intensity
float intensity = 1.0f;