Share Posted May 14, 2018 Hello, Anyone knows how to make this codepen example in PIXI.js? The example is made using css properties. I need it to make it in PIXI and I was wondering if anyone knows how to do this. Thanks, ukw See the Pen QNpxEo by osublake (@osublake) on CodePen Link to post Share on other sites
Share Posted May 14, 2018 You'll probably have to use projections to do 3d in Pixi. https://github.com/pixijs/pixi-projection Check out the examples in the Projections section. http://pixijs.io/examples/#/projection/cards.js 4 Link to post Share on other sites