CHANGE: Prototype for correct material loading, now the meshes have correct references to the used material.

BUGFIX: Parsing of normals and texture coordinates fixed.

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@61 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
This commit is contained in:
kimmi
2008-07-02 18:12:54 +00:00
parent b422d4e303
commit 0e125c2255
7 changed files with 185 additions and 91 deletions

View File

@@ -91,6 +91,7 @@ private:
void getNewMaterial();
void getGroupName();
void getGroupNumber();
int getMaterialIndex( const std::string &strMaterialName );
void getObjectName();
void createObject(const std::string &strObjectName);
void reportErrorTokenInFace();