资源简介
Ogre 3d 1.7 beginner Guide 源码 Ogre Ogre 3D初学者指南

代码片段和文件信息
#include “Ogre\ExampleApplication.h“
class Example1 : public ExampleApplication
{
public:
void createScene()
{
Ogre::Entity* ent = mSceneMgr->createEntity(“MyEntity““Sinbad.mesh“);
mSceneMgr->getRootSceneNode()->attachobject(ent);
}
};
int main (void)
{
Example1 app;
app.go();
return 0;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2010-12-03 12:07 2480_code\
文件 323 2010-04-12 11:42 2480_code\2480_01_code1.cpp
文件 3615 2010-10-06 16:17 2480_code\2480_02_revised Code.zip
文件 10217 2010-09-28 18:00 2480_code\2480_03_Code.zip
文件 12133 2010-09-28 18:00 2480_code\2480_04_code.zip
文件 12363 2010-09-28 18:01 2480_code\2480_05_code.zip
文件 5325 2010-06-21 11:57 2480_code\2480_06_Code.zip
文件 11404 2010-07-12 09:52 2480_code\2480_07_code.zip
文件 11142 2010-08-02 10:10 2480_code\2480_08_Code.zip
文件 24353 2010-08-25 11:38 2480_code\2480_09_Code.zip
文件 41707 2010-09-12 19:36 2480_code\2480_10_code.zip
- 上一篇:现代控制理论第2版[王宏华][习题解答].rar
- 下一篇:制作DLL文件
相关资源
- delphi 自定义消息窗口和进度条窗口,
- 基于Ogre的场景编辑器OgreSE源代码+
- Beginning Progressive Web App Development Crea
- OGRE 3D 游戏开发框架指南+光盘代码
- 工具场景编辑器-加源代码Ogre
- ogre开发的简单场景编辑器 xgEditor
- OgreCommandLineTools_1.7.2.zip
- 基于OGRE开发的一个小场景编辑器tec
- 3ds2mesh 3ds转mesh ogre
- progress 数据库学习资料
- progress91--ODBC 3.7
- CircularProgressButton
- ogre中渲染3D字体
- Progressive Web Application Development by Exa
- Ogre+3d+1.7+beginner+Guide 中英对照.pdf
- 基于OGRE实现的小游戏Wii_Bowling保龄球
- Qt进度条QProgressBar的使用详细代码
- Pro_OGRE_3D_Programming 中文版
- PRO OGRE 3D PROGRAMMING.pdf
- OgreMaxSceneExporter2.6.3
- OgreMax 插件
- MyGUI_3.2.0
- OGRE学习全攻略包括中文资料,教程,
- OGRE下的oFusion插件及中文手册
- Ogre乒乓游戏
- ogre 开发文档合集
- Ogre做的台球
- ogre1.10.12 vc15 x64 的sdk安装
- OGRE小游戏
- OgreMaxSceneExporterfor3DSMax
评论
共有 条评论