File OgreGeom.h

namespace Ogre

File: MovableText.h

Description: This creates a billboarding object that display a text. Note: This object must have a dedicated scene node since it will rotate it to face the camera (OGRE 2.1)

Author

2003 by cTh see gavocanov@rambler.ru 2006 by barraq see nospam@barraquand.com 2012 to work with newer versions of OGRE by MindCalamity mindcalamity@gmail.com 2015 to work on OGRE 2.1 (but not on older versions anymore) by Jayray jeremy.richert1@gmail.com

namespace Gsage
class OgreGeom : public Geom

Public Types

typedef std::vector<Ogre::MovableObject *> OgreEntities

Public Functions

OgreGeom(OgreEntities src, Ogre::SceneNode *referenceNode)
virtual ~OgreGeom()

Private Members

OgreEntities mSrcEntities