- Змінено
cocos2dx 使用SkeletonAnimation 时 , setTwoColorTint(true), 闪烁
两个独立的动画,
eyes 动画,setTwoColorTint (true)
其中eyes 动画中,有空白帧
"animations": {
"stand": {
"slots": {
"yf0001": {
"attachment": [{
"time": 0.4,
"name": "sbq0006"
}, {
"time": 0.4667,
"name": null
}, {
"time": 0.6667,
"name": "sbq0006"
}, {
"time": 0.7,
"name": "sbq0005"
},...
头发 setTwoColorTint (true) 并且 setColor(0xFF000)
就会导致头发出现一闪一闪
效果在附件中展示
如果上述eyes 动作中没有空白帧 就不会有问题
canyuexueying написав两个独立的动画,
eyes 动画,setTwoColorTint (true)
其中eyes 动画中,有空白帧"animations": { "stand": { "slots": { "yf0001": { "attachment": [{ "time": 0.4, "name": "sbq0006" }, { "time": 0.4667, "name": null }, { "time": 0.6667, "name": "sbq0006" }, { "time": 0.7, "name": "sbq0005" },...
头发 setTwoColorTint (true) 并且 setColor(0xFF000)
就会导致头发出现一闪一闪
效果在附件中展示
如果上述eyes 动作中没有空白帧 就不会有问题
这么晚才回复很抱歉。 不幸的是,您无法重现所描述的问题。 您能否分享您使用的完整代码?
Sorry for the late reply. Unfortunately you could not reproduce the problem you are describing. Could you please share the full code that you used?