pixijs / filters

Collection of community-authored custom display filters for PixiJS
https://pixijs.io/filters/docs/
MIT License
967 stars 158 forks source link

`DropShadowFilter`'s `offset` doesn't respect target scale #386

Closed zumm closed 3 months ago

zumm commented 1 year ago

offset always stays same regardless of target's scale. It makes impossible to scale objects affected by DropShadowFilter.

fybits commented 6 months ago

Same issue here. I have a parent that is scaling. And I have to update drop shadow's offet every frame manually.

bigtimebuddy commented 3 months ago

Unfortunately, we cannot support scaling the offset based on the world scale of the display object. You'll need to manage this yourself by updating the offset property.