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
This was fixed in 4.2.2 or earlier in Forward+ and Mobile, but the Compatibility rendering method is still missing an implementation of this debug draw mode.
Calinou
changed the title
Directional Shadow Splits debug draw mode no longer works
OpenGL: Directional Shadow Splits debug draw mode is not implemented
Jun 25, 2024
Godot version: Git 89a43d9
OS/device including version: Fedora 33, GeForce GTX 1080 (NVIDIA 460.39)
Issue description:
Following the removal of support for colored shadows to improve performance, the Directional Shadow Splits debug draw mode no longer works. It now displays exactly like the normal draw mode.
Back when colored shadows were supported, each split had different shadow colors thanks to this code:
godot/servers/rendering/renderer_rd/renderer_scene_render_rd.cpp
Lines 6319 to 6354 in f91c4c0
Speaking of which, we should also remove the shadow color property from Light3D as it's no longer effective.
Steps to reproduce:
Select Debug Advanced… > Directional Shadow Splits in the 3D viewport's Perspective menu:
Minimal reproduction project: test_debug_draw_splits.zip
The text was updated successfully, but these errors were encountered: