Restore default sky roughness levels to 8. This helps smooth out rough non-metallic objects that have a very noisy HDRI
This commit is contained in:
@@ -3737,7 +3737,7 @@ void RenderingServer::init() {
|
||||
GLOBAL_DEF("rendering/shader_compiler/shader_cache/strip_debug", false);
|
||||
GLOBAL_DEF("rendering/shader_compiler/shader_cache/strip_debug.release", true);
|
||||
|
||||
GLOBAL_DEF_RST(PropertyInfo(Variant::INT, "rendering/reflections/sky_reflections/roughness_layers", PROPERTY_HINT_RANGE, "1,32,1"), 7);
|
||||
GLOBAL_DEF_RST(PropertyInfo(Variant::INT, "rendering/reflections/sky_reflections/roughness_layers", PROPERTY_HINT_RANGE, "1,32,1"), 8);
|
||||
GLOBAL_DEF_RST("rendering/reflections/sky_reflections/texture_array_reflections", true);
|
||||
GLOBAL_DEF("rendering/reflections/sky_reflections/texture_array_reflections.mobile", false);
|
||||
GLOBAL_DEF_RST(PropertyInfo(Variant::INT, "rendering/reflections/sky_reflections/ggx_samples", PROPERTY_HINT_RANGE, "0,256,1"), 32);
|
||||
|
||||
Reference in New Issue
Block a user