topameng's profileQuake3 启示录PhotosBlogListsMore ![]() | Help |
|
|
April 15 ogre 无法解析的外部符号 _IID_IDirect3DBaseTexture9RenderSystem_Direct3D9 工程加入dxguid.lib March 21 Pro.OGRE.3D.Programminghttp://www.rockay.com/ogre/Apress.Pro.OGRE.3D.Programming.pdf
BT下载可以从此处下载到,现在很多0day都可以下载到。 一个有很多该书读书笔记的blog
ogre 中文wiki,有部分文档的翻译
November 04 在OGRE中使用CEGUIFrom CEGUIWiki开始你必须得到Ogre渲染窗口指针mWindow 变量。这个变量在Ogre初始化时被设置 如果你安装了Ogre vc wizard ,可以在生成Ogre工程时选择支持CEGUI,这样就可以省掉上面的代码,而且还包含向CEGUI注册鼠标键盘事件等 November 02 游戏设计资源csdn的一个游戏编程圈子 http://blog.csdn.net/group/fannyfish/
OGRE 引擎研究站 http://gd.91.com/zt/ogre/index.asp 关于OGRE 引擎的一些中文文章
Azure Product http://www.azure.com.cn/default.asp Ogre Digita Content Creation Tools 指南 http://www.ogre3d.org/wiki/index.php/DCC_Tutorials
Quake4 编辑器 http://www.iddevnet.com/quake4/LevelEditor November 01 使用OGRE SDK VC生成向导The Complete Blanks Guide To Using The OGRE SDK AppWizardFrom Ogre WikiCreated by --Jacmoe 23:36, 30 April 2006 (CDT)
IntroductionThis is a brief, but detailed guide to use the OGRE SDK and the OGRE SDK AppWizard. Remember: you don't need anything but Visual C++, the OGRE SDK and the AppWizard. And you don't need to configure any project options. The wizard takes care of that. Get ItGet the OGRE SDK for your compiler : Here
Make sure that the AppWizard matches the version of the OGRE SDK! Install ItOGRE SDKVery important! Do not install this into a directory name with spaces in it, like "My Documents" or the like. You are only asking for trouble. Choose a sensible no-spaces-in-it name, like C:\OgreSDK. Install the OGRE SDK. After installation, we are checking that everything is alright. We want the OGRE_HOME environment present, It happens by default, but we are checking anyway. Right-Click the "My Computer" icon, go to the Advanced tab and click on the Environment Varibles button. You should see an OGRE_HOME environment variable pointing to your newly installed OGRE SDK. OGRE AppWizardOK. Now unzip the OGRE AppWizard to somewhere safe. Jump into the folder, and find the installation script: Double-click on it. Hopefully it is succesful: Use itNow, it is time to fire up Visual Studio. Create a New ProjectCreate a new project:
Again, you are advised to choose a no-spaces-in-it-path. :-) [edit]
Follow the WizardClick OK and watch the first page of the OGRE SDK Application Wizard:
Build your ProjectBuild your project:
Notice that the exe is copied to the OgreSDK/bin/debug directory. Run itGo to your OgreSDK/bin/debug directory and find your creation: Run it goddamnit! :-)) OGRE_SDK_AppWizard" |
|
|