91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 1.14MB
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發布日期: 2021-01-05
  • 語言: 其他
  • 標簽: cocos2d-x??Box2d??剛體??

資源簡介

點擊屏幕隨機生成不同類型的剛體掉落到地表中,就是testcpp中的box2d的樣子

資源截圖

代碼片段和文件信息

#include?“cocos2d.h“
#include?“CCEGLView.h“
#include?“AppDelegate.h“
#include?“HelloWorldScene.h“
#include?“SimpleAudioEngine.h“

using?namespace?CocosDenshion;

USING_NS_CC;

AppDelegate::AppDelegate()
{
}

AppDelegate::~AppDelegate()
{
????SimpleAudioEngine::end();
}

bool?AppDelegate::applicationDidFinishLaunching()
{
????//?initialize?director
????CCDirector?*pDirector?=?CCDirector::sharedDirector();
????pDirector->setOpenGLView(CCEGLView::sharedOpenGLView());

????//?turn?on?display?FPS
????pDirector->setDisplayStats(true);

????//?set?FPS.?the?default?value?is?1.0/60?if?you?don‘t?call?this
????pDirector->setAnimationInterval(1.0?/?60);

????//?create?a?scene.?it‘s?an?autorelease?object
????CCScene?*pScene?=?HelloWorld::scene();

????//?run
????pDirector->runWithScene(pScene);
????ret

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2013-04-23?16:53??Shape\
?????目錄???????????0??2013-04-24?10:11??Shape\Classes\
?????文件????????1318??2013-04-23?16:53??Shape\Classes\AppDelegate.cpp
?????文件?????????960??2013-04-23?16:53??Shape\Classes\AppDelegate.h
?????文件????????8447??2013-04-24?10:15??Shape\Classes\GB2ShapeCache.cpp
?????文件????????2943??2012-10-22?10:51??Shape\Classes\GB2ShapeCache.h
?????文件????????6710??2013-05-02?14:02??Shape\Classes\HelloWorldScene.cpp
?????文件?????????994??2013-04-27?11:49??Shape\Classes\HelloWorldScene.h
?????目錄???????????0??2013-04-24?14:36??Shape\Resources\
?????文件????????6311??2012-11-02?16:16??Shape\Resources\CloseNormal.png
?????文件????????5499??2012-11-02?16:16??Shape\Resources\CloseSelected.png
?????目錄???????????0??2013-04-24?14:36??Shape\Resources\Diamond\
?????文件????????1543??2013-04-24?14:43??Shape\Resources\Diamond\Diamond.plist
?????文件?????????666??2013-04-24?11:53??Shape\Resources\Diamond\Diamond.png
?????文件??????144927??2012-11-02?16:16??Shape\Resources\HelloWorld.png
?????目錄???????????0??2013-04-24?14:36??Shape\Resources\Triangle\
?????文件????????2563??2013-04-24?14:44??Shape\Resources\Triangle\Triangle.plist
?????文件?????????618??2013-04-24?11:49??Shape\Resources\Triangle\Triangle.png
?????目錄???????????0??2013-04-24?11:42??Shape\Resources\ball\
?????文件????????2749??2013-04-24?11:25??Shape\Resources\ball\ball.plist
?????文件????????2516??2010-02-17?13:04??Shape\Resources\ball\ball.png
?????目錄???????????0??2013-04-24?11:42??Shape\Resources\rect\
?????文件????????1695??2013-04-24?11:23??Shape\Resources\rect\rect.plist
?????文件?????????248??2013-04-24?11:09??Shape\Resources\rect\rect.png
?????目錄???????????0??2013-07-08?16:26??Shape\proj.win32\
?????目錄???????????0??2013-07-08?16:28??Shape\proj.win32\Debug.win32\
?????文件??????111495??2013-07-08?16:25??Shape\proj.win32\Debug.win32\AppDelegate.obj
?????文件??????439526??2013-07-08?16:27??Shape\proj.win32\Debug.win32\CL.read.1.tlog
?????文件????????8438??2013-07-08?16:27??Shape\proj.win32\Debug.win32\CL.write.1.tlog
?????文件??????541777??2013-07-08?16:27??Shape\proj.win32\Debug.win32\GB2ShapeCache.obj
?????文件??????218116??2013-07-08?16:25??Shape\proj.win32\Debug.win32\HelloWorldScene.obj
............此處省略141個文件信息

評論

共有 條評論