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

Namespaces

 Assimp
 MACHINE-GENERATED by scripts/ICFImporter/CppGenerator.py.
 

Functions

static void Assimp::createKey (int id1, int id2, std::string &rKey)
 
static void Assimp::extractIds (const std::string &rKey, int &rId1, int &rId2)
 
static void Assimp::normalizePathName (const std::string &rPath, std::string &rNormalizedPath)
 

Variables

static const aiImporterDesc desc
 

Variable Documentation

§ desc

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