Assimp  v3.1.1 (June 2014)
Assimp::Ogre::OgreBinarySerializer Class Reference

Static Public Member Functions

static MeshImportMesh (MemoryStreamReader *reader)
 Imports mesh and returns the result. More...
 
static bool ImportSkeleton (Assimp::IOSystem *pIOHandler, Mesh *mesh)
 Imports skeleton to mesh into Mesh::skeleton. More...
 
static bool ImportSkeleton (Assimp::IOSystem *pIOHandler, MeshXml *mesh)
 

Member Function Documentation

Mesh * Assimp::Ogre::OgreBinarySerializer::ImportMesh ( MemoryStreamReader reader)
static

Imports mesh and returns the result.

Note
Fatal unrecoverable errors will throw a DeadlyImportError.
Todo:
Check what we can actually support.
bool Assimp::Ogre::OgreBinarySerializer::ImportSkeleton ( Assimp::IOSystem pIOHandler,
Mesh mesh 
)
static

Imports skeleton to mesh into Mesh::skeleton.

If mesh does not have a skeleton reference or the skeleton file cannot be found it is not a fatal DeadlyImportError.

Returns
If skeleton import was successful.
bool Assimp::Ogre::OgreBinarySerializer::ImportSkeleton ( Assimp::IOSystem pIOHandler,
MeshXml mesh 
)
static

The documentation for this class was generated from the following files: