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

Implementation of the SMD importer class. More...

Macros

#define SMDI_PARSE_RETURN
 
#define strtok_s   strtok_r
 

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; \
}

◆ strtok_s

#define strtok_s   strtok_r

Variable Documentation

◆ desc

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