mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Merge pull request #112471 from Rudra-ravi/claude/fix-godot-official-issues-011CUrnHud9iQ4LV6FDv2hG7
Fix glow visual compatibility regression
This commit is contained in:
commit
a627ee6c10
5 changed files with 5 additions and 5 deletions
|
|
@ -168,7 +168,7 @@ private:
|
|||
float glow_mix = 0.05;
|
||||
float glow_bloom = 0.0;
|
||||
GlowBlendMode glow_blend_mode = GLOW_BLEND_MODE_SCREEN;
|
||||
float glow_hdr_bleed_threshold = 0.0;
|
||||
float glow_hdr_bleed_threshold = 1.0;
|
||||
float glow_hdr_bleed_scale = 2.0;
|
||||
float glow_hdr_luminance_cap = 12.0;
|
||||
float glow_map_strength = 0.8f;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue