mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Remove "generate normal maps" feature (#10313)
Erase all traces of normal "generation" from fragment shaders Remove the "feature" from the engine and default config Remove any leftover documentation of it
This commit is contained in:
parent
3fb1f45301
commit
fcff9f2911
8 changed files with 12 additions and 158 deletions
|
@ -253,9 +253,6 @@ void set_default_settings(Settings *settings)
|
|||
settings->setDefault("tone_mapping", "false");
|
||||
settings->setDefault("enable_bumpmapping", "false");
|
||||
settings->setDefault("enable_parallax_occlusion", "false");
|
||||
settings->setDefault("generate_normalmaps", "false");
|
||||
settings->setDefault("normalmaps_strength", "0.6");
|
||||
settings->setDefault("normalmaps_smooth", "1");
|
||||
settings->setDefault("parallax_occlusion_mode", "1");
|
||||
settings->setDefault("parallax_occlusion_iterations", "4");
|
||||
settings->setDefault("parallax_occlusion_scale", "0.08");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue