-
-
Notifications
You must be signed in to change notification settings - Fork 158
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
make GodrayFilter work with DropShadowFilter? #297
Comments
Could you provide an example? |
Thanks for following up. Here's code and video showing:
shadow-vs-godray-vs-together.movMaybe I'm handling dragdrop wrong? Here's the code:
|
I'd assume this is a problem with clear, right @SukantPal? filters/filters/drop-shadow/src/DropShadowFilter.ts Lines 106 to 119 in d6af690
filters/filters/godray/src/GodrayFilter.ts Lines 102 to 117 in d6af690
|
Is it possible to have a GodrayFilter work with DropShadowFilter?
When I add them both to a sprite, the DropShadowFilter seems to reveal the black image used to create the GodRay effect.
The text was updated successfully, but these errors were encountered: