From fa6039e1cbffc280fa29539568e798da29d6d090 Mon Sep 17 00:00:00 2001 From: ulfjorensen Date: Mon, 13 Feb 2012 15:53:59 +0000 Subject: [PATCH] Bugfix: Collada Exporter writes proper mesh references now - that makes static scenes work just fine git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1164 67173fc5-114c-0410-ac8e-9d2fd5bffc1f --- code/ColladaExporter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ColladaExporter.cpp b/code/ColladaExporter.cpp index e7ce7bb49..f5658bb1d 100644 --- a/code/ColladaExporter.cpp +++ b/code/ColladaExporter.cpp @@ -354,7 +354,7 @@ void ColladaExporter::WriteNode( const aiNode* pNode) for( size_t a = 0; a < pNode->mNumMeshes; ++a ) { // const aiMesh* mesh = mScene->mMeshes[pNode->mMeshes[a]]; - mOutput << startstr << "" << endstr; + mOutput << startstr << "mMeshes[a]) << "\">" << endstr; PushTag(); PopTag();