mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Settings GUI: Move shadow presets to Shaders, remove Most Used (#13713)
This commit is contained in:
parent
28fce8aad5
commit
752ce1a1b2
6 changed files with 131 additions and 193 deletions
|
@ -274,7 +274,7 @@ void set_default_settings()
|
|||
// Effects Shadows
|
||||
settings->setDefault("enable_dynamic_shadows", "false");
|
||||
settings->setDefault("shadow_strength_gamma", "1.0");
|
||||
settings->setDefault("shadow_map_max_distance", "200.0");
|
||||
settings->setDefault("shadow_map_max_distance", "140.0");
|
||||
settings->setDefault("shadow_map_texture_size", "2048");
|
||||
settings->setDefault("shadow_map_texture_32bit", "true");
|
||||
settings->setDefault("shadow_map_color", "false");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue