pixijs / pixi-extra-filters

[deprecated] Please see https://github.com/pixijs/pixi-filters
MIT License
66 stars 20 forks source link

PIXI.filters vs PIXI.Filter #15

Closed PSeitz closed 8 years ago

PSeitz commented 8 years ago

Hi,

PIXI.Filter is not defined in Pixi v3 or v4, but the lib tries to extend the PIXI.Filter

GlowFilter.prototype = Object.create(PIXI.Filter.prototype);

englercj commented 8 years ago

It is defined in v4:

https://github.com/pixijs/pixi.js/blob/dev/src/core/index.js#L60

https://github.com/pixijs/pixi-extra-filters/blob/master/package.json#L43

PSeitz commented 8 years ago

Ah I see it's defined in the dev branch, but not in the release candidate, quite confusing