摘要:
CMake是一个跨平台的安装(编译)工具,可以用简单的语句来描述所有平台的安装(编译过程)。他能够输出各种各样的makefile或者project文件,能测试编译器所支持的C++特性,类似UNIX下的automake。CMake 使用方法CMake的所有的语句都写在一个叫:CMakeLists.tx... 阅读全文
摘要:
//OgreTerrainQuadTreeNode.hSceneNode* getLocalSceneNode(){return mLocalNode;}//OgreTerrain.huint16 getTreeDepth(){return mTreeDepth;} 阅读全文
摘要:
ogre在Windows环境下的编译及安装过程:1、从下面网址下载OGRE 1.8.1 Source For Windows、Dependencies source repository with CMake build system两项下来。http://www.ogre3d.org/downlo... 阅读全文