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

Implementation of the ASE importer class. More...

Functions

void CopyASETexture (aiMaterial &mat, ASE::Texture &texture, aiTextureType type)
 

Variables

static const aiImporterDesc desc
 

Detailed Description

Implementation of the ASE importer class.

Function Documentation

◆ CopyASETexture()

void CopyASETexture ( aiMaterial mat,
ASE::Texture &  texture,
aiTextureType  type 
)

Variable Documentation

◆ desc

const aiImporterDesc desc
static
Initial value:
= {
"ASE Importer",
"",
"",
"Similar to 3DS but text-encoded",
0,
0,
0,
0,
"ase ask"
}
@ aiImporterFlags_SupportTextFlavour
Indicates that there is a textual encoding of the file format; and that it is supported.
Definition: importerdesc.h:55