Skip to content

Commit 3ab6e5b

Browse files
committed
removed scene flattening
1 parent 49e1ee7 commit 3ab6e5b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

examples/js/loaders/FBXLoader.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1636,14 +1636,6 @@
16361636

16371637
setupMorphMaterials( sceneGraph );
16381638

1639-
// if all the models where already combined in a single group, just return that
1640-
if ( sceneGraph.children.length === 1 && sceneGraph.children[ 0 ].isGroup ) {
1641-
1642-
sceneGraph.children[ 0 ].animations = sceneGraph.animations;
1643-
return sceneGraph.children[ 0 ];
1644-
1645-
}
1646-
16471639
return sceneGraph;
16481640

16491641
}

0 commit comments

Comments
 (0)