OgreCreator Class Reference
[Rendering]
#include <OgreCreator.hh>
Detailed Description
Functions that creates Ogre3d objects.
Public Member Functions | |
OgreCreator () | |
Constructor. | |
virtual | ~OgreCreator () |
Destructor. | |
Static Public Member Functions | |
static void | CreateBasicShapes () |
Create some simple general shapes. | |
static OgreVisual * | CreatePlane (XMLConfigNode *node, Entity *parent) |
Helper function to create a Plane. | |
static void | CreateLight (XMLConfigNode *node, Entity *entity) |
Create a light source and attach it to the entity. | |
static Ogre::Camera * | CreateCamera (const std::string &name, double nearClip, double farClip, double hfov, Ogre::RenderTarget *renderTarget) |
Helper function to create a camera. | |
static void | CreateFog (XMLConfigNode *node) |
Helper function to create fog. | |
static void | SaveFog (XMLConfigNode *node) |
Helper function to save the fog settings. | |
static void | CreateSky (XMLConfigNode *node) |
Helper function to create the sky. | |
static void | DrawGrid () |
The documentation for this class was generated from the following file: