You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gizmo elements are being affected by World Environment and Camera effects, such as DOF, SSR, SDFGI, and more. They are also affected by overall sky lighting in the scene. It seems, they are being rendered as some sort of emissive materials.
Which makes very inconsistent UI experience within Godot editor. Instead, all scene UI and controllers (grid, gizmo) should not be affected by any rendering settings or effects.
(Gizmo just lit up the whole interior on the right)
(Gizmo elements are being blurred out by DOF)
Steps to reproduce
Use any Godot 3/4 version and add World Environment or Camera Attributes to define DOF, SSR, SDF, etc. These features will change the look of Gizmo and Grid. But also Gizmo and Grid will affect the scene elements (they are emissive, and they are being reflected).
Minimal reproduction project (MRP)
Not required
The text was updated successfully, but these errors were encountered:
For comparison, such elements are not being affected by lighting or DOF in any other major engine, they are just there as separate entities. Obviously, they are not impacting light and not being reflected:
Tested versions
4.3 Stable
Any 3.x and 4.x
System information
Windows 10 22H2
Issue description
Gizmo elements are being affected by World Environment and Camera effects, such as DOF, SSR, SDFGI, and more. They are also affected by overall sky lighting in the scene. It seems, they are being rendered as some sort of emissive materials.
Which makes very inconsistent UI experience within Godot editor. Instead, all scene UI and controllers (grid, gizmo) should not be affected by any rendering settings or effects.
(Gizmo just lit up the whole interior on the right)
(Gizmo elements are being blurred out by DOF)
Steps to reproduce
Use any Godot 3/4 version and add World Environment or Camera Attributes to define DOF, SSR, SDF, etc. These features will change the look of Gizmo and Grid. But also Gizmo and Grid will affect the scene elements (they are emissive, and they are being reflected).
Minimal reproduction project (MRP)
Not required
The text was updated successfully, but these errors were encountered: