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

Implementation of the MD3 importer class. More...

Functions

void RemoveSingleNodeFromList (aiNode *nd)
 
Q3Shader::BlendFunc StringToBlendFunc (const std::string &m)
 

Variables

static const aiImporterDesc desc
 

Detailed Description

Function Documentation

◆ RemoveSingleNodeFromList()

void RemoveSingleNodeFromList ( aiNode nd)

◆ StringToBlendFunc()

Q3Shader::BlendFunc StringToBlendFunc ( const std::string &  m)

Variable Documentation

◆ desc

const aiImporterDesc desc
static
Initial value:
= {
"Quake III Mesh Importer",
"",
"",
"",
0,
0,
0,
0,
"md3"
}
Indicates that there is a binary encoding of the file format; and that it is supported.
Definition: importerdesc.h:59