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

Implementation of the XFile importer class. More...

Variables

static const aiImporterDesc desc
 

Detailed Description

Implementation of the XFile importer class.

Variable Documentation

§ desc

const aiImporterDesc desc
static
Initial value:
= {
"Direct3D XFile Importer",
"",
"",
"",
1,
3,
1,
5,
"x"
}
Indicates that there is a compressed encoding of the file format; and that it is supported.
Definition: importerdesc.h:63
Indicates that there is a binary encoding of the file format; and that it is supported.
Definition: importerdesc.h:59
Indicates that there is a textual encoding of the file format; and that it is supported.
Definition: importerdesc.h:55