OGRE (Object-Oriented Graphics Rendering Engine) is a scene-oriented, flexible 3D rendering engine (as opposed to a game engine) written in C++ designed to make it easier and intuitive for developers to produce applications utilizing hardware-accelerated 3D graphics. The class library abstracts the details of using the underlying system libraries like Direct3D and OpenGL and provides an interface based on world objects and other high level classes.
OGRE has a very active community, and was SourceForge's project of the month in March 2005. It has been used in some commercial games such as Ankh, Torchlight and Garshasp.
As of version 1.7.0 Ogre is released under the terms of the MIT License. Earlier versions of OGRE was published under a dual license (one being LGPL, the other one called OGRE Unrestricted License (OUL)), to make it possible to be chosen for console development as well, because most of the publishers don't like copyleft license terms.