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

Implementation of the SMD importer class. More...

Macros

#define SMDI_PARSE_RETURN
 

Variables

static const aiImporterDesc desc
 

Detailed Description

Implementation of the SMD importer class.

Macro Definition Documentation

◆ SMDI_PARSE_RETURN

#define SMDI_PARSE_RETURN
Value:
{ \
SkipLine(szCurrent,&szCurrent); \
*szCurrentOut = szCurrent; \
return; \
}

Variable Documentation

◆ desc

const aiImporterDesc desc
static
Initial value:
= {
"Valve SMD Importer",
"",
"",
"",
0,
0,
0,
0,
"smd vta"
}
Indicates that there is a textual encoding of the file format; and that it is supported.
Definition: importerdesc.h:55