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

Implementation of the Irr importer class. More...

Functions

int ClampSpline (int idx, int size)
 
void FindSuitableMultiple (int &angle)
 
void SetupMapping (aiMaterial *mat, aiTextureMapping mode, const aiVector3D &axis=aiVector3D(0.f, 0.f,-1.f))
 

Variables

static const aiImporterDesc desc
 

Detailed Description

Implementation of the Irr importer class.

Function Documentation

§ ClampSpline()

int ClampSpline ( int  idx,
int  size 
)
inline

§ FindSuitableMultiple()

void FindSuitableMultiple ( int &  angle)
inline

§ SetupMapping()

void SetupMapping ( aiMaterial mat,
aiTextureMapping  mode,
const aiVector3D axis = aiVector3D(0.f,0.f,-1.f) 
)

Variable Documentation

§ desc

const aiImporterDesc desc
static
Initial value:
= {
"Irrlicht Scene Reader",
"",
"",
"http://irrlicht.sourceforge.net/",
0,
0,
0,
0,
"irr xml"
}
Indicates that there is a textual encoding of the file format; and that it is supported.
Definition: importerdesc.h:55