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

Macros

#define ARRAYSIZE(_array)   (int(sizeof(_array) / sizeof(_array[0])))
 

Variables

static const aiImporterDesc desc
 

Macro Definition Documentation

◆ ARRAYSIZE

#define ARRAYSIZE (   _array)    (int(sizeof(_array) / sizeof(_array[0])))

Variable Documentation

◆ desc

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