pixijs / filters

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

Bug: Using BloomFilter with PixiJS v >7.1.0 is giving deprecation warning #460

Open sefabaser opened 2 months ago

sefabaser commented 2 months ago

Current Behavior

Using BloomFilter giving deprecation warning:

PixiJS Deprecation Warning: settings.FILTER_RESOLUTION is deprecated, use Filter.defaultResolutionDeprecated since v7.1.0

Because I am not the one using settings.FILTER_RESOLUTION, it is not possible for me to clean up the deprecation warning.

Expected Behavior

One of these options:

Steps to Reproduce

While using pixi.js v.7.4.2 place a BloomFilter into a sprite.

sampleSprite.filters = [new BloomFilter()]

Environment

Possible Solution

No response

Additional Information

No response

bigtimebuddy commented 1 month ago

Duplicate of #411