DragonBones / DragonBonesJS

DragonBones TypeScript / JavaScript Runtime
MIT License
746 stars 321 forks source link

egret使用tint替代color filter减少drawcall #164

Open yeling584283398 opened 3 years ago

yeling584283398 commented 3 years ago

观察到使用color filter时,若没有使用offset,其效果与使用tint是一样的; 而使用tint可以有效减少drawcall; 当前的修改方法还需要egret引擎同步让BitmapNode与MeshNOde支持tint属性;