Genius-x / genius-x

An Entity Component System framework based on Cocos2d-x
http://genius-x.org
165 stars 69 forks source link

请问自动适配etc 对于一些plist的骨骼动画能否支持etc? #17

Open tomisalready opened 8 years ago

tomisalready commented 8 years ago

请问自动适配etc 对于一些plist的骨骼动画能否支持etc?

ElvisQin commented 8 years ago

可以啊,只要你提供了相关格式的图片,因为这个适配机制是在底层实现的,骨骼动画算是API层,在其之上

tomisalready commented 8 years ago

我针对骨骼动画的CCSKIN的frag shader做了rgb_pkm和alpha_pkm的合成,但是alpha_pkm的加载也要单独制作plist, 比较费时,@ElvisQin你能提供下你的实现方法么? ps:楼主的书写的不错