Skip to content
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

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

Open
sefabaser opened this issue May 10, 2024 · 1 comment

Comments

@sefabaser
Copy link

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:

  • Having a "BloomFilter" version that can work together with PixiJS v7.x without a deprecation warning.
  • Removing the "settings.FILTER_RESOLUTION" deprecation warning from PixiJS v7.x

Steps to Reproduce

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

sampleSprite.filters = [new BloomFilter()]

Environment

  • pixi.js version: 7.4.2
  • pixi-filters version: 5.3.0
  • Browser & Version: Chrome 108
  • OS & Version: Windows 10

Possible Solution

No response

Additional Information

No response

@bigtimebuddy bigtimebuddy transferred this issue from pixijs/pixijs May 10, 2024
@bigtimebuddy
Copy link
Member

Duplicate of #411

@bigtimebuddy bigtimebuddy marked this as a duplicate of #411 May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants