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

Functions

static void releaseMaterial (aiMaterial **mat)
 
static void releaseMesh (aiMesh **mesh)
 

Variables

static const aiImporterDesc desc
 

Function Documentation

◆ releaseMaterial()

static void releaseMaterial ( aiMaterial **  mat)
static

◆ releaseMesh()

static void releaseMesh ( aiMesh **  mesh)
static

Variable Documentation

◆ desc

const aiImporterDesc desc
static
Initial value:
= {
"Irrlicht Mesh Reader",
"",
"",
"http://irrlicht.sourceforge.net/",
0,
0,
0,
0,
"xml irrmesh"
}
@ aiImporterFlags_SupportTextFlavour
Indicates that there is a textual encoding of the file format; and that it is supported.
Definition: importerdesc.h:58