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

溫馨提示×

溫馨提示×

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

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

[Cocos2d-x]視差滾屏效果的實現

發布時間:2020-07-24 13:27:15 來源:網絡 閱讀:274 作者:蓬萊仙羽 欄目:游戲開發

視差滾屏效果的實現:

我們在做IOS游戲開發的時候,經常會遇到那種屏幕動的效果,比如跑酷類的游戲,就這這種效果的典型應用。

效果圖:

[Cocos2d-x]視差滾屏效果的實現

核心代碼:

bool HelloWorld::init() {     //////////////////////////////     // 1. super init first     if ( !CCLayer::init() )     {         return false;     }      CCSize screenSize = CCDirector::sharedDirector()->getWinSize();     CCSprite *para1 = CCSprite::create("parallax1.png");     CCSprite *para2 = CCSprite::create("parallax2.png");     CCSprite *para3 = CCSprite::create("parallax3.png");     CCSprite *para4 = CCSprite::create("parallax4.png");     para1->setAnchorPoint(CCPointMake(0, 1));     para2->setAnchorPoint(CCPointMake(0, 1));     para3->setAnchorPoint(CCPointMake(0, 0.6f));     para4->setAnchorPoint(CCPointMake(0, 0));     CCPoint topOffset = CCPointMake(0, screenSize.height);     CCPoint midOffset = CCPointMake(0, screenSize.height/2);     CCPoint downOffset = CCPointMake(0, 0);     CCParallaxNode* paraNode = CCParallaxNode::create();     paraNode->addChild(para1, 1, CCPointMake(0, 10), topOffset);     paraNode->addChild(para2, 2, CCPointMake(0, 10), topOffset);     paraNode->addChild(para3, 3, CCPointMake(0, 10), midOffset);     paraNode->addChild(para4, 4, CCPointMake(0, 10), downOffset);     this->addChild(paraNode,2,1);          CCMoveBy*move1 = CCMoveBy::create(3, CCPointMake(0, -160));     CCMoveBy*move2 = CCMoveBy::create(3, CCPointMake(0, 160));     CCSequence*sequence = CCSequence::create(move1,move2,NULL);     CCRepeatForever *repeat = CCRepeatForever::create(sequence);     paraNode->runAction(repeat);          return true; }


資源下載[猛戳]

原碼:http://download.csdn.net/detail/s10141303/6239585

向AI問一下細節

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

AI

新蔡县| 景洪市| 太和县| 浏阳市| 大理市| 洛宁县| 汝城县| 和硕县| 彭州市| 合水县| 咸阳市| 林西县| 宁陵县| 板桥市| 岳西县| 永胜县| 礼泉县| 同仁县| 芮城县| 新泰市| 望谟县| 旬邑县| 三门峡市| 来宾市| 太白县| 贞丰县| 汝城县| 平武县| 合肥市| 应用必备| 红河县| 射洪县| 延吉市| 鸡西市| 尉犁县| 凭祥市| 泾阳县| 定州市| 洛宁县| 平安县| 南开区|