赞 | 55 |
VIP | 0 |
好人卡 | 0 |
积分 | 34 |
经验 | 9754 |
最后登录 | 2024-3-7 |
在线时间 | 461 小时 |
Lv3.寻梦者
- 梦石
- 0
- 星屑
- 3419
- 在线时间
- 461 小时
- 注册时间
- 2013-12-7
- 帖子
- 333
|
A plugin that includes a sprite renderer that reduces border artifacts and 3 blend mode implementations for WebGL
Allows to use blendModes that are not available in pure webgl implementation, such as PIXI.BLEND_MODES.OVERLAY.
Please, don't add children to sprite if you use those blendModes.
Use PIXI.picture.Sprite instead of PIXI.Sprite, or change sprite pluginName to picture, or call renderer.plugins.picture from your own Sprite implementation.
你可以在https://github.com/pixijs/pixi-picture查看它的用法以及DEMO. |
|