資源簡介
NeHe中第10課中移動的3世界的實現

代碼片段和文件信息
#include?“nehewidget.h“
#include?
#include?
#include?
#include?“nehewidget.h“
int?main(?int?argc?char?**argv?)
{
??bool?fs?=?false;
??QApplication?a(argcargv);
??switch(?QMessageBox::information(?0
??????“Start?FullScreen?“
??????“Would?You?Like?To?Run?In?Fullscreen?Mode?“
??????QMessageBox::Yes
??????QMessageBox::No?|?QMessageBox::Default?)?)
??{
??case?QMessageBox::Yes:
????fs?=?true;
????break;
??case?QMessageBox::No:
????fs?=?false;
????break;
??}
??NeHeWidget?w(?0?0?fs?);
??w.show();
??return?a.exec();
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????196662??1999-11-28?19:00??Moving3DWorld\Data\Mud.bmp
?????文件???????2994??1999-11-28?19:45??Moving3DWorld\Data\World.txt
?????文件??????11898??2011-04-25?12:11??Moving3DWorld\image\360.png
?????文件?????780831??2009-07-14?13:32??Moving3DWorld\image\Koala.jpg
?????文件????????172??2016-04-22?10:31??Moving3DWorld\image.qrc
?????文件????????608??2016-04-17?12:15??Moving3DWorld\main.cpp
?????文件???????8108??2016-04-22?15:00??Moving3DWorld\nehewidget.cpp
?????文件????????833??2016-04-22?11:39??Moving3DWorld\nehewidget.h
?????文件????????440??2016-04-18?14:42??Moving3DWorld\OpenglDemo.pro
?????文件??????18520??2016-04-22?15:56??Moving3DWorld\OpenglDemo.pro.user
?????文件???????2994??1999-11-28?19:45??Moving3DWorld\World.txt
?????目錄??????????0??2016-04-22?10:31??Moving3DWorld\Data
?????目錄??????????0??2016-04-22?10:20??Moving3DWorld\image
?????目錄??????????0??2016-04-22?15:56??Moving3DWorld
-----------?---------??----------?-----??----
??????????????1024060????????????????????14
評論
共有 條評論