17 #ifndef IGNITION_RENDERING_OGRE_OGREOBJECTINTERFACE_HH_ 18 #define IGNITION_RENDERING_OGRE_OGREOBJECTINTERFACE_HH_ 20 #include "ignition/rendering/config.hh" 22 #include "ignition/rendering/ogre/Export.hh" 28 inline namespace IGNITION_RENDERING_VERSION_NAMESPACE {
39 public:
virtual Ogre::MovableObject *OgreMovableObject(
40 const char* _typename)
const;
45 public:
virtual Ogre::Camera *
Camera()
const = 0;
Mixin class to provide direct access to Ogre objects.
Definition: OgreObjectInterface.hh:31
Posable camera used for rendering the scene graph.
Definition: Camera.hh:49