| 赞 | 57 |
| VIP | 0 |
| 好人卡 | 0 |
| 积分 | 38 |
| 经验 | 9754 |
| 最后登录 | 2025-10-27 |
| 在线时间 | 487 小时 |
Lv3.寻梦者
- 梦石
- 0
- 星屑
- 3781
- 在线时间
- 487 小时
- 注册时间
- 2013-12-7
- 帖子
- 345
|
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. |
|