I want to use glow filter in my pixi project. I found implementation in v2 which don't work in v3 (http://codepen.io/mishaa/pen/raKzrm). Also when I try the filter on circle (in v2), the filter is only shown in the rectangle in which the circle is placed (see the image bellow).  I try to use pixi extra filters (https://github.com/pixijs/pixi-extra-filters) but I can't include in my project. Some help or simple example pls