Assimp  v4.1. (December 2018)
MS3DLoader.cpp File Reference

Implementation of the Ms3D importer class. 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
 

Detailed Description

Implementation of the Ms3D importer class.

Written against http://chumbalum.swissquake.ch/ms3d/ms3dspec.txt

Function Documentation

◆ inrange()

template<typename T , typename T2 , typename T3 >
bool inrange ( const T &  in,
const T2 &  lower,
const T3 &  higher 
)

◆ ReadColor()

void ReadColor ( StreamReaderLE stream,
aiColor4D ambient 
)

◆ ReadVector()

void ReadVector ( StreamReaderLE stream,
aiVector3D pos 
)

Variable Documentation

◆ desc

const aiImporterDesc desc
static
Initial value:
= {
"Milkshape 3D Importer",
"",
"",
"http://chumbalum.swissquake.ch/",
0,
0,
0,
0,
"ms3d"
}
Indicates that there is a binary encoding of the file format; and that it is supported.
Definition: importerdesc.h:62