Sirikata
Namespaces | Typedefs | Functions
libogre/include/sirikata/ogre/OgreConversions.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Sirikata
 

Note: All the classes provided in this file are thin wrappers around the corresponding classes in ASIO.


namespace  Sirikata::Graphics
 

Namespace for the OGRE Graphics Plugin: see class OgreSystem.


Typedefs

typedef Vector4f Sirikata::ColorAlpha

Functions

Ogre::Quaternion Sirikata::Graphics::toOgre (const Sirikata::Quaternion &quat)
Ogre::Vector3 Sirikata::Graphics::toOgre (const Sirikata::Vector3f &pos)
Ogre::Vector3 Sirikata::Graphics::toOgre (const Sirikata::Vector3d &pos, const Sirikata::Vector3d &base)
Ogre::Vector4 Sirikata::Graphics::toOgre (const Sirikata::Vector4f &pos)
Ogre::ColourValue Sirikata::Graphics::toOgreRGBA (const Sirikata::ColorAlpha &rgba)
Ogre::ColourValue Sirikata::Graphics::toOgreRGB (const Sirikata::Color &rgb)
Ogre::ColourValue Sirikata::Graphics::toOgreRGBA (const Sirikata::Color &rgb, float32 alpha)
Sirikata::Quaternion Sirikata::Graphics::fromOgre (const Ogre::Quaternion &quat)
Sirikata::Vector3f Sirikata::Graphics::fromOgre (const Ogre::Vector3 &pos)
Sirikata::Vector3d Sirikata::Graphics::fromOgre (const Ogre::Vector3 &pos, const Vector3d &base)
Sirikata::Vector4f Sirikata::Graphics::fromOgre (const Ogre::Vector4 &pos)
Sirikata::ColorAlpha Sirikata::Graphics::fromOgreRGBA (const Ogre::ColourValue &rgba)
Sirikata::Color Sirikata::Graphics::fromOgreRGB (const Ogre::ColourValue &rgba)