Merge remote-tracking branch 'assimp/master'

Conflicts:
	code/LWSLoader.cpp
pull/3/head
Gellule Xg 2011-12-11 15:36:03 -10:00
commit f53f55484e
2 changed files with 14 additions and 2 deletions

View File

@ -338,8 +338,8 @@ void LWSImporter::BuildGraph(aiNode* nd, LWS::NodeDesc& src, std::vector<Attachm
//Remove first node from obj (the old pivot), reset transform of second node (the mesh node)
aiNode* newRootNode = obj->mRootNode->mChildren[0];
free(obj->mRootNode->mChildren);
free(obj->mRootNode);
obj->mRootNode->mChildren[0] = NULL;
delete obj->mRootNode;
obj->mRootNode = newRootNode;
obj->mRootNode->mTransformation.a4 = 0.0;
obj->mRootNode->mTransformation.b4 = 0.0;

View File

@ -2008,6 +2008,18 @@
>
</File>
</Filter>
<Filter
Name="m3"
>
<File
RelativePath="..\..\code\M3Importer.cpp"
>
</File>
<File
RelativePath="..\..\code\M3Importer.h"
>
</File>
</Filter>
</Filter>
<Filter
Name="postprocessing"