File OgreConverters.h

namespace Gsage

Functions

static const Ogre::Vector3 GsageVector3ToOgreVector3(const Gsage::Vector3 &vector)
static const Gsage::Vector3 OgreVector3ToGsageVector3(const Ogre::Vector3 &vector)
static const Ogre::Quaternion GsageQuaternionToOgreQuaternion(const Gsage::Quaternion &quaternion)
static const Gsage::Quaternion OgreQuaternionToGsageQuaternion(const Ogre::Quaternion &quaternion)
static const Ogre::AxisAlignedBox BoundingBoxToAxisAlignedBox(const BoundingBox &bbox)
TYPE_CASTER(OgreDegreeCaster, Ogre::Degree, std::string)
TYPE_CASTER(OgreColourValueCaster, Ogre::ColourValue, std::string)
TYPE_CASTER(OgreVector3Caster, Ogre::Vector3, std::string)
TYPE_CASTER(OgreQuaternionCaster, Ogre::Quaternion, std::string)
TYPE_CASTER(OgreFloatRectCaster, Ogre::FloatRect, std::string)
TYPE_CASTER(OgrePixelFormatCaster, Ogre::PixelFormat, std::string)
TYPE_CASTER(RenderOperationTypeCaster, Ogre::RenderOperation::OperationType, std::string)
TYPE_CASTER(RenderTargetTypeCaster, RenderTargetType::Type, std::string)