三维图形渲染库-OGRE 3D
2014-06-08 17:15:30 阿炯

本站赞助商链接,请多关照。 OGRE(Object-Oriented Graphics Rendering Engine,面向对象图形渲染引擎)是一个用C++开发的面向场景、非常灵活的3D引擎,它旨在让开发人员更容易、更直接地利用硬件加速的3D图形系统开发应用。采用C/C++开发并在MIT协议下授权。


Since 2001, OGRE has grown to become one of the most popular open-source graphics rendering engines, and has been used in a large number of production projects, in such diverse areas as games, simulators, educational software, interactive art, scientific visualisation, and others.

Features

Simple, easy to use OO interface designed to minimise the effort required to render 3D scenes, and to be independent of 3D implementation i.e. Direct3D/OpenGL.

Extensible example framework makes getting your application running is quick and simple

Common requirements like render state management, spatial culling, dealing with transparency are done for you automatically saving you valuable time

Clean, uncluttered design and full documentation of all engine classes

Proven, stable engine used in several commercial products

Platform & 3D API support

Material / Shader support

OGRE 3D 是一个被广泛使用的开源三维图形渲染库,成功地被应用于诸多三维仿真领域,其中包括网络游戏和一些商业的三维仿真项目。

最新版本:1.9
更多内容请看发行说明

官方主页:http://www.ogre3d.org/