improve shadow map stability

This commit is contained in:
MihailRis
2025-05-11 20:55:35 +03:00
parent b272d86619
commit ad0396b31e
7 changed files with 68 additions and 14 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ struct GraphicsSettings {
/// @brief Advanced render pipeline
FlagSetting advancedRender {true};
/// @brief Shadows quality
IntegerSetting shadowsQuality {0, 0, 2};
IntegerSetting shadowsQuality {0, 0, 3};
};
struct DebugSettings {