Assimp
v4.1. (December 2018)
|
Loads the material description from a mtl file. More...
Public Types | |
typedef std::vector< char >::const_iterator | ConstDataArrayIt |
typedef std::vector< char > | DataArray |
typedef std::vector< char >::iterator | DataArrayIt |
Public Member Functions | |
ObjFileMtlImporter (std::vector< char > &buffer, const std::string &strAbsPath, ObjFile::Model *pModel) | |
Default constructor. More... | |
~ObjFileMtlImporter () | |
DEstructor. More... | |
Static Public Attributes | |
static const size_t | BUFFERSIZE = 2048 |
Loads the material description from a mtl file.
typedef std::vector<char>::const_iterator Assimp::ObjFileMtlImporter::ConstDataArrayIt |
typedef std::vector<char> Assimp::ObjFileMtlImporter::DataArray |
typedef std::vector<char>::iterator Assimp::ObjFileMtlImporter::DataArrayIt |
Assimp::ObjFileMtlImporter::ObjFileMtlImporter | ( | std::vector< char > & | buffer, |
const std::string & | strAbsPath, | ||
ObjFile::Model * | pModel | ||
) |
Default constructor.
Assimp::ObjFileMtlImporter::~ObjFileMtlImporter | ( | ) |
DEstructor.
|
static |