亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

cocos2d-x 動畫播放

發布時間:2020-07-19 11:35:57 來源:網絡 閱讀:486 作者:VincentTung 欄目:游戲開發
與動畫相關的類   效果展示 TestCpp->ActionTest
CCAnimation
CCAnimate
CCAnimationCache
執行動畫的三步驟
1.根據文件創建Animation
   --(1)多張圖片
   --(2)一張合成圖片 plist
2.根據Animation創建Animate
3.執行Animate
//1.多張分的的圖片
    // Manual animation
    //
    CCAnimation* animation = CCAnimation::create();
    for( int i=1;i<15;i++)
    {
        char szName[100] = {0};
        sprintf(szName, "Images/grossini_dance_%02d.png", i);
        animation->addSpriteFrameWithFileName(szName);
    }
    // should last 2.8 seconds. And there are 14 frames.
    animation->setDelayPerUnit(2.8f / 14.0f);
    animation->setRestoreOriginalFrame(true);
    CCAnimate* action = CCAnimate::create(animation);
    m_grossini->runAction(CCSequence::create(action, action->reverse(), NULL));
    //2.plist圖片加載
    // File animation
    //
    // With 2 loops and reverse
 //AnimationCache預加載的使用
    CCAnimationCache *cache = CCAnimationCache::sharedAnimationCache();
    cache->addAnimationsWithFile("animations/animations-2.plist");
    CCAnimation *animation2 = cache->animationByName("dance_1");
    CCAnimate* action2 = CCAnimate::create(animation2);
    m_tamara->runAction(CCSequence::create(action2, action2->reverse(), NULL));
AnimationCache預加載的使用

//學習如何使用工具

拼圖工具:

TexturePacker

Zwoptex

骨骼動畫:

cocosbuilder

cocostudio

紅孩兒


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

红河县| 凤冈县| 临海市| 和硕县| 肃南| 临漳县| 长治市| 祁连县| 蓬安县| 鄂托克旗| 宜川县| 合山市| 剑川县| 苍南县| 汶川县| 焉耆| 广州市| 永胜县| 阿鲁科尔沁旗| 呼伦贝尔市| 镇雄县| 大邑县| 茶陵县| 太湖县| 浮梁县| 海门市| 怀仁县| 海晏县| 东莞市| 沛县| 绥滨县| 固安县| 邵阳市| 齐齐哈尔市| 丰台区| 旬阳县| 西乌珠穆沁旗| 渭源县| 济源市| 威宁| 顺昌县|