提交 3ab6e5b3 编写于 作者: L Lewy Blue

removed scene flattening

上级 49e1ee71
......@@ -1636,14 +1636,6 @@
setupMorphMaterials( sceneGraph );
// if all the models where already combined in a single group, just return that
if ( sceneGraph.children.length === 1 && sceneGraph.children[ 0 ].isGroup ) {
sceneGraph.children[ 0 ].animations = sceneGraph.animations;
return sceneGraph.children[ 0 ];
}
return sceneGraph;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册