摘要: const app = new PIXI.Application({ transparent: true }); document.body.appendChild(app.view); // Create background image const background = PIXI.Sprit 阅读全文
posted @ 2019-11-20 10:39 newmiracle宇宙 阅读(1116) 评论(0) 推荐(0) 编辑
摘要: pixijs shader 案例 const app = new PIXI.Application({ transparent: true }); document.body.appendChild(app.view); // Create background image const backgr 阅读全文
posted @ 2019-11-20 10:34 newmiracle宇宙 阅读(668) 评论(0) 推荐(0) 编辑
摘要: pixijs shader颗粒化显示贴图 const app = new PIXI.Application({ transparent: true }); document.body.appendChild(app.view); // Create background image const ba 阅读全文
posted @ 2019-11-20 10:09 newmiracle宇宙 阅读(442) 评论(0) 推荐(0) 编辑
摘要: pixijs shader fade 从左到有右淡入 从下到上淡入效果 const app = new PIXI.Application({ transparent: true }); document.body.appendChild(app.view); // Create background 阅读全文
posted @ 2019-11-20 09:55 newmiracle宇宙 阅读(701) 评论(0) 推荐(0) 编辑