提交 d3feb498 编写于 作者: L Lewy Blue

merge fbxloader_single_group branch

上级 a6c9d1e8
......@@ -1641,6 +1641,14 @@ THREE.FBXLoader = ( function () {
this.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.
先完成此消息的编辑!
想要评论请 注册