pixijs / pixi-projection

MIT License
191 stars 34 forks source link

Why `2D Quad bilinear` can't run with PIXI v5 ? #57

Closed finscn closed 4 years ago

finscn commented 5 years ago

I found this feature is disabled in https://pixijs.io/examples/#/plugin-projection/quad-bi.js.

When will it be ready ? or never be supported in Pixi v5 ?

ivanpopelyshev commented 5 years ago

I didnt port it yet. We have no support for custom batching uniforms :(

I'll port it at the same time as Masked renderer for pixi-heaven and pixi-picture stuff.

ivanpopelyshev commented 4 years ago

It works.

bigtimebuddy commented 4 years ago

Good work Ivan, closing.