ogre-sample:Ogre3D CMake 项目模板

时间:2024-06-28 10:09:20
【文件属性】:

文件名称:ogre-sample:Ogre3D CMake 项目模板

文件大小:755KB

文件格式:ZIP

更新时间:2024-06-28 10:09:20

C++

食人魔样本 Ogre3D 项目模板是准备使用(制作 fork 和 pull requests 以使其可用)在实验项目中学习 Ogre3D,具有: 面向 Ogre3D 1.9、1.10(对于 Ogre3D 2.1,请看) OIS 鼠标和键盘 基本的相机控制器(来自 OgreBites) 没有 GUI/HUD/SDK 托盘 在 Windows 上安装 在 CMakeLists.txt 中更改项目名称并使用cmake-gui 。 在 Linux/OS X 上安装 比如你要创建ogre-myapp1 ,大致步骤如下: git clone https://github.com/rafis/ogre-sample.git cp -ar ogre-sample ogre-myapp1 cd ogre-myapp1 sed -i 's/ogre-sample/ogre-myapp1/g' CMa


【文件预览】:
ogre-sample-master
----CMakeLists.txt(6KB)
----README.md(1KB)
----dist()
--------bin()
--------media()
----src()
--------main.cpp(1KB)
--------BaseApplication.hpp(2KB)
--------CameraMan.hpp(5KB)
--------Application.hpp(260B)
--------Application.cpp(1KB)
--------BaseApplication.cpp(10KB)
--------CameraMan.cpp(10KB)

网友评论