Bugfix: Collada node instances are correctly loaded and resolved now.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@752 67173fc5-114c-0410-ac8e-9d2fd5bffc1fpull/1/head
parent
a9161ede18
commit
2e909b35d8
|
@ -2284,7 +2284,7 @@ void ColladaParser::ReadSceneNode( Node* pNode)
|
||||||
{
|
{
|
||||||
// no parent node given, probably called from <library_nodes> element.
|
// no parent node given, probably called from <library_nodes> element.
|
||||||
// create new node in node library
|
// create new node in node library
|
||||||
mNodeLibrary[child->mID] = pNode = child;
|
mNodeLibrary[child->mID] = child;
|
||||||
}
|
}
|
||||||
|
|
||||||
// read on recursively from there
|
// read on recursively from there
|
||||||
|
|
Loading…
Reference in New Issue