中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

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

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

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

福建省| 台湾省| 浦江县| 北流市| 齐河县| 内丘县| 雷州市| 阿荣旗| 江永县| 德江县| 关岭| 金山区| 理塘县| 晋州市| 梅河口市| 孝感市| 青田县| 耒阳市| 洛阳市| 盐亭县| 榕江县| 望城县| 高邮市| 南京市| 沁水县| 英超| 尼玛县| 夹江县| 东乡县| 武清区| 江达县| 邵武市| 龙胜| 九江市| 西林县| 乐平市| 亚东县| 嫩江县| 汕尾市| 三都| 东山县|