Assimp
v3.1.1 (June 2014)
|
Implementation of the .assbin importer class. More...
Functions | |
template<typename T > | |
T | Read (IOStream *stream) |
template<> | |
aiColor4D | Read< aiColor4D > (IOStream *stream) |
template<> | |
aiMatrix4x4 | Read< aiMatrix4x4 > (IOStream *stream) |
template<> | |
aiQuaternion | Read< aiQuaternion > (IOStream *stream) |
template<> | |
aiQuatKey | Read< aiQuatKey > (IOStream *stream) |
template<> | |
aiString | Read< aiString > (IOStream *stream) |
template<> | |
aiVector3D | Read< aiVector3D > (IOStream *stream) |
template<> | |
aiVectorKey | Read< aiVectorKey > (IOStream *stream) |
template<> | |
aiVertexWeight | Read< aiVertexWeight > (IOStream *stream) |
template<typename T > | |
void | ReadArray (IOStream *stream, T *out, unsigned int size) |
template<typename T > | |
void | ReadBounds (IOStream *stream, T *, unsigned int n) |
Variables | |
static const aiImporterDesc | desc |
Implementation of the .assbin importer class.
see assbin_chunks.h
T Read | ( | IOStream * | stream | ) |
aiMatrix4x4 Read< aiMatrix4x4 > | ( | IOStream * | stream | ) |
aiQuaternion Read< aiQuaternion > | ( | IOStream * | stream | ) |
aiVector3D Read< aiVector3D > | ( | IOStream * | stream | ) |
aiVectorKey Read< aiVectorKey > | ( | IOStream * | stream | ) |
aiVertexWeight Read< aiVertexWeight > | ( | IOStream * | stream | ) |
void ReadArray | ( | IOStream * | stream, |
T * | out, | ||
unsigned int | size | ||
) |
void ReadBounds | ( | IOStream * | stream, |
T * | , | ||
unsigned int | n | ||
) |
|
static |