搜索资源列表
OgreXMLConverter
- ogre引擎模型转换器,可以把模型文件和骨骼文件相互转换成文本形式查看,里面带有所有为你想到的一切dll.-ogre engine model converters, can model documents and bones document conversion into text form View inside with all of you think of all dll.
LEXIExporter110
- LEXIExport导出插件的1.10版,包含所有源码,用于将3dsmax中做好的模型文件导出为Ogre引擎使用的mesh文件,对于学习3dsmax游戏模型导出插件的制作有很大帮助,对游戏模型文件的格式理解也很好,特别是Ogre引擎的mesh格式。可视化界面引导导出模型、骨骼动画、顶点变形动画等! 主要源码在LEXIExporter\\trunk\\LexiExport\\Sources目录下的LexiMaxExport.h , LexiMaxExport.cpp , LexiMaxExpo
ogre-v1-6-0RC1
- orge 的1.6源代码,for windows平台,对于图形图像引擎开发有较大的帮助
ORGE.rar
- 本教程的目的是从使用者的角度将OGRE引擎最基本的概念和使用方法做一个较全面的介绍。本教程隐藏了OGRE引擎内部的底层内容,力求做到简单、易懂,是OGRE引擎的入门教程。,The purpose of this tutorial is from the user' s point of view the concept of the OGRE engine, and the use of the most basic ways of doing a more comprehensive i
demo
- 一个模拟船的demo ogre newton引擎制作-ogrenewt ship demo
ogreFTGL
- ogre三维图形开发引擎,主要是和FTGL结合的文字显示-ogre three-dimensional graphics development engine, mainly, and FTGL combination of text display
OgreOpCode
- Ogre OpCode:利用OPCODE库,在OGRE中做精确的碰撞检测(opcode即物理引擎ode使用的库)-Ogre OpCode: use OpCode library at Ogre in to do precise collision detection (opcode that ode physics engine used in the Treasury)
OGRE
- Orge 3D引擎中文教程,内含有初级,中级教程-Orge 3D Engine Tutorial in Chinese primary and secondary
ogre-analyse
- ogre引擎结构和代码分析中文资料汇总 文档教程基础教程 中级教程 OGRE分析之设计模式 OGRE分析之消息机制 渲染系统线程化 OGRE分析之文件系统-ogre engine, data structure and code of Chinese Basic Course Intermediate Course summary document tutorial design pattern OGRE OGRE analysis of the message mechanism
SkyDome
- 一个动态skydome演示程序,其原理等同于Ogre引擎中的skydome实现,适合初学者参考学习-A dynamic skydome demo program, its principle is equivalent to Ogre engine skydome realization of reference for beginners to learn
delta3d-API-2.4.0
- 开源3D引擎Delta3D的API帮助文档,CHM格式。对于Delta3D的开发很有用。最新版本。-Open-source 3D engine Delta3D the API help documentation, CHM format. Useful for the development of Delta3D. The latest version.
ogre-v1-6-3
- orge面向对象3d图形渲染引擎,非常实用,建议初学者多多学习-object-oriented graphics engine
OGRE_HANDBOOK
- OGRE 3D引擎中文帮助手册,介绍了OGRE的各种组件-OGRE 3D engine assist English manual, introduced the various components of Ogre
ogrehelper
- ogre是一个在3D游戏中使用比较广泛的图形引擎,而他的最大优点就是免费!-ogre is a 3D game using the relatively wide range of graphics engine, and his greatest strength is free!
OGRE
- 开原D3D引擎OGRE开发文档,很好的学习工具-D3D engine OGRE open development of the original document, a very good learning tool
PRO_OGRE_3D_PROGRAMMING
- Ogre 3D是一个成熟,稳定,可靠,灵活,跨平台,而且拥有丰富功能实时3D图形库。本书讨论的主题是其中视频图像部分:更准确地说,是Ogre 3D渲染库以及如何用它去渲染图象。在Ogre 3D的名字中包含“3D”是很贴切的,因为那就是它所能做的所有事情。它不能处理用户输入,不能管理你的游戏状态,不能做网络通讯,不能播放声音。它只是做为一个3D渲染引擎被设计出来,并且那就是它唯一的应用。因为专业,所以它总是能够很好的完成它本分的任务。(虽然Ogre引擎中也会包含比如输入系统等一些简单的实现,但官方
ClientPro
- 用ogre3d做渲染引擎,使用mfc做界面,同时使用cegui 和 ois,做的一个模拟项目-To do with ogre3d rendering engine, do use the mfc interface, using cegui and ois, do a simulation project
Ogre_Physx_Ball_Game
- ogre 图形引擎加 physx 物理引擎开发的台球小游戏。-ogre graphics engine, physics engine, developed by Canadian physx billiards game.
Camera-shadow-light-in-Ogre
- 学习 Ogre 引擎中对摄像机、阴影和光照的处理-Learn to use Camera, shadow and light by Ogre-Engine.
3d引擎Ogre骨骼动画例程
- 3d引擎Ogre1.81骨骼动画例程,含详细注释,便于学习。安装了Ogre1.81的SDK并配置好可运行