91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

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

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

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

秦皇岛市| 大石桥市| 武川县| 英德市| 永胜县| 巫山县| 当涂县| 屏东市| 昭通市| 辽宁省| 怀化市| 祥云县| 读书| 嫩江县| 双桥区| 苏尼特左旗| 淮阳县| 云南省| 镇远县| 澎湖县| 武邑县| 霍州市| 星子县| 漳浦县| 龙江县| 满城县| 温泉县| 逊克县| 旅游| 新津县| 江安县| 什邡市| 静海县| 普宁市| 鄂尔多斯市| 乐陵市| 达日县| 永定县| 甘洛县| 从江县| 乌兰县|