Merge branch 'master' of git://github.com/assimp/assimp

This commit is contained in:
Alexander Gessler
2012-12-21 16:24:05 +01:00
179 changed files with 20711 additions and 7693 deletions

View File

@@ -514,7 +514,8 @@ void ColladaLoader::BuildMeshesForNode( const ColladaParser& pParser, const Coll
// assign the material index
dstMesh->mMaterialIndex = matIdx;
}
dstMesh->mName = mid.mMeshOrController;
}
}
}