|
Assimp v3.1.1 (June 2014)
|
#include <OgreXmlSerializer.h>
Static Public Member Functions | |
| static MeshXml * | ImportMesh (XmlReader *reader) |
| Imports mesh and returns the result. More... | |
| static bool | ImportSkeleton (Assimp::IOSystem *pIOHandler, Mesh *mesh) |
| static bool | ImportSkeleton (Assimp::IOSystem *pIOHandler, MeshXml *mesh) |
Imports skeleton to mesh. More... | |
Imports mesh and returns the result.
|
static |
|
static |
Imports skeleton to mesh.
If mesh does not have a skeleton reference or the skeleton file cannot be found it is not a fatal DeadlyImportError.
Last fallback if .skeleton failed to be read. Try reading from .skeleton.xml even if the XML file referenced a binary skeleton.