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:
kimmi
2008-07-02 20:41:30 +00:00
parent 0e125c2255
commit 600cd7a8f0
2 changed files with 7 additions and 2 deletions

View File

@@ -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