You've already forked godot
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user