Assimp
v3.1.1 (June 2014)
|
Implementation of the Ms3D importer class. Written against http://chumbalum.swissquake.ch/ms3d/ms3dspec.txt. More...
Functions | |
template<typename T , typename T2 , typename T3 > | |
bool | inrange (const T &in, const T2 &lower, const T3 &higher) |
void | ReadColor (StreamReaderLE &stream, aiColor4D &ambient) |
void | ReadVector (StreamReaderLE &stream, aiVector3D &pos) |
Variables | |
static const aiImporterDesc | desc |
Implementation of the Ms3D importer class. Written against http://chumbalum.swissquake.ch/ms3d/ms3dspec.txt.
bool inrange | ( | const T & | in, |
const T2 & | lower, | ||
const T3 & | higher | ||
) |
void ReadColor | ( | StreamReaderLE & | stream, |
aiColor4D & | ambient | ||
) |
void ReadVector | ( | StreamReaderLE & | stream, |
aiVector3D & | pos | ||
) |
|
static |