1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

updated defaults and documentation for GLES2 glow

This commit is contained in:
clayjohn
2019-10-01 07:55:04 -07:00
parent 871a9d5d56
commit afaa68628a
3 changed files with 7 additions and 11 deletions

View File

@@ -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;