diff options
author | clayjohn <claynjohn@gmail.com> | 2019-10-01 07:55:04 -0700 |
---|---|---|
committer | clayjohn <claynjohn@gmail.com> | 2019-10-01 07:55:04 -0700 |
commit | afaa68628a809194e1d200521294d966eb07595c (patch) | |
tree | 8e67201c3752451d93dd1969d7458d0eea34b485 /scene/resources | |
parent | 871a9d5d56ead0b640618762cd945be0fb2cff97 (diff) |
updated defaults and documentation for GLES2 glow
Diffstat (limited to 'scene/resources')
-rw-r--r-- | scene/resources/environment.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scene/resources/environment.cpp b/scene/resources/environment.cpp index 2817ec4eb0..bc96b5e9f3 100644 --- a/scene/resources/environment.cpp +++ b/scene/resources/environment.cpp @@ -1374,11 +1374,6 @@ Environment::Environment() : glow_hdr_luminance_cap = 12.0; glow_hdr_bleed_scale = 2.0; glow_bicubic_upscale = false; - if (VisualServer::get_singleton()->is_low_end()) { - glow_hdr_bleed_threshold = 0.9; - glow_intensity = 1.5; - glow_strength = 1.3; - } dof_blur_far_enabled = false; dof_blur_far_distance = 10; |