Pixi.js: PIXI V4 - Color matrix filter when applied on a sprite disappears all sprites in the scene graph

Created on 11 May 2016  ·  4Comments  ·  Source: pixijs/pixi.js

This appears to be a problem that only happens with certain filters. You can reproduce by using the
PIXI.filters.ColorMatrixFilter(); When adding the color matrix filter to sprite.filters, all other sprites in the scene graph are no longer visible. When removing it from filters, everything goes back to normal.

Relevant jsfiddle:
https://jsfiddle.net/o3qqmw3t/

You should see two robots, one black/white, one color.

Testing using the latest from https://cdn.rawgit.com/pixijs/pixi.js/dev/bin/pixi.js

🕷 Bug

Most helpful comment

This one is on my todos - will keep you all posted 👍

All 4 comments

I can reproduce the same error. I did a binary search on the commits and this started recently after this commit https://github.com/pixijs/pixi.js/commit/6f2b86151733cf0cad3bb9381f3bd2389fb97495

This one is on my todos - will keep you all posted 👍

the demo should work now :)

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

YuryKuvetski picture YuryKuvetski  ·  3Comments

courtneyvigo picture courtneyvigo  ·  3Comments

lucap86 picture lucap86  ·  3Comments

softshape picture softshape  ·  3Comments

MRVDH picture MRVDH  ·  3Comments