BUGFIX: Correct handling of default material usage (referenced, when given material was not found or no material library was specified).
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@62 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
This commit is contained in:
@@ -98,6 +98,7 @@ private:
|
||||
void extractExtension(const std::string strFile, std::string &strExt);
|
||||
|
||||
private:
|
||||
static const std::string DEFAULT_MATERIAL;/* = "defaultmaterial";*/
|
||||
//! Absolute filepath to model
|
||||
std::string m_strAbsPath;
|
||||
//! Iterator to current position in buffer
|
||||
|
||||
Reference in New Issue
Block a user