-
-
Notifications
You must be signed in to change notification settings - Fork 21.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[3.x] Fix GLES 2 SpotLight bug with shadow filter mode #69826
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, can delete the definition of SAMPLE_SHADOW_TEXEL_PROJ
now that it is no longer used
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work!
Thanks! And congrats for your first merged Godot contribution 🎉 |
Cherry-picked for 3.5.2. |
#69759 after this patch
shadow filter mode: disabled
shadow filter mode: pcf5
shadow filter mode: pcf13
#54343 after this patch
shadow filter mode: disabled
shadow filter mode: pcf5
shadow filter mode: pcf13
#25526 after this patch