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

Implementation of the MD5 importer class. More...

Macros

#define AI_MD5_WEIGHT_EPSILON   Math::getEpsilon<float>()
 

Variables

static const aiImporterDesc desc
 

Detailed Description

Implementation of the MD5 importer class.

Macro Definition Documentation

◆ AI_MD5_WEIGHT_EPSILON

#define AI_MD5_WEIGHT_EPSILON   Math::getEpsilon<float>()

Variable Documentation

◆ desc

const aiImporterDesc desc
static
Initial value:
= {
"Doom 3 / MD5 Mesh Importer",
"",
"",
"",
0,
0,
0,
0,
"md5mesh md5camera md5anim"
}
aiImporterFlags_SupportBinaryFlavour
Indicates that there is a binary encoding of the file format; and that it is supported.
Definition: importerdesc.h:62