Assimp  v3.1.1 (June 2014)
OgreBinarySerializer.cpp File Reference

Namespaces

 Assimp
 MACHINE-GENERATED by scripts/ICFImporter/CppGenerator.py.
 
 Assimp::Ogre
 

Macros

#define OGRE_BINARY_SERIALIZER_DEBUG   0
 

Variables

const unsigned short Assimp::Ogre::HEADER_CHUNK_ID = 0x1000
 
const std::string Assimp::Ogre::MESH_VERSION_1_8 = "[MeshSerializer_v1.8]"
 
const long Assimp::Ogre::MSTREAM_BONE_SIZE_WITHOUT_SCALE = MSTREAM_OVERHEAD_SIZE + sizeof(unsigned short) + (sizeof(float) * 7)
 
const long Assimp::Ogre::MSTREAM_KEYFRAME_SIZE_WITHOUT_SCALE = MSTREAM_OVERHEAD_SIZE + (sizeof(float) * 8)
 
const long Assimp::Ogre::MSTREAM_OVERHEAD_SIZE = sizeof(uint16_t) + sizeof(uint32_t)
 
const std::string Assimp::Ogre::SKELETON_VERSION_1_1 = "[Serializer_v1.10]"
 
const std::string Assimp::Ogre::SKELETON_VERSION_1_8 = "[Serializer_v1.80]"
 

Macro Definition Documentation

§ OGRE_BINARY_SERIALIZER_DEBUG

#define OGRE_BINARY_SERIALIZER_DEBUG   0