1
0
Fork 0
godot/drivers/gles3
Claude 802eb0b1a0
Fix glow visual compatibility regression (issue #112469)
Reverts the default value of Environment.glow_hdr_threshold from 0.0
back to 1.0 to restore the expected glow appearance in existing projects.

The default was inadvertently changed from 1.0 to 0.0 in PR #110077,
which caused glow effects to render dramatically different across all
rendering methods (Forward+, Mobile, and GL Compatibility). This broke
backward compatibility with existing projects like the Kenney 3D
Platformer starter kit.

Changed files:
- scene/resources/environment.h
- servers/rendering/storage/environment_storage.h
- drivers/gles3/effects/glow.h
- drivers/gles3/rasterizer_scene_gles3.cpp
- doc/classes/Environment.xml

Setting the value back to 1.0 aligns with documented recommendations
and restores visual consistency.

Fixes #112469
2025-11-07 04:07:41 +00:00
..
effects Fix glow visual compatibility regression (issue #112469) 2025-11-07 04:07:41 +00:00
environment Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
shaders Implemented a very simple SSAO in GLES3. 2025-10-27 06:02:04 -07:00
storage OpenXR: Fix resizing viewports used by `OpenXRCompositionLayer` 2025-10-30 17:40:52 -05:00
SCsub SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
rasterizer_canvas_gles3.cpp Implement motion vectors in compatibility renderer 2025-09-30 09:42:17 -05:00
rasterizer_canvas_gles3.h Implement the count parameter in RenderingServer.canvas_item_add_triangle_array() 2025-05-14 22:52:30 +09:00
rasterizer_gles3.cpp Merge pull request #109596 from atlasapplications/splash-screen-stretch-mode 2025-10-21 19:09:33 -05:00
rasterizer_gles3.h Add Stretch Modes for Splash Screen 2025-10-21 18:20:44 -04:00
rasterizer_scene_gles3.cpp Fix glow visual compatibility regression (issue #112469) 2025-11-07 04:07:41 +00:00
rasterizer_scene_gles3.h Overhaul screen space reflections. 2025-10-21 19:23:38 +03:00
shader_gles3.cpp Remove `OAHashMap`, in favour of `AHashMap`. 2025-05-31 15:50:10 +02:00
shader_gles3.h Move server files into their subfolders 2025-09-30 19:39:39 -07:00