未验证 提交 631dff80 编写于 作者: M Mr.doob 提交者: GitHub

FBXLoader: Removed superfluous trailing argument.

上级 aa89fedd
...@@ -622,7 +622,7 @@ ...@@ -622,7 +622,7 @@
id: nodeID, id: nodeID,
}; };
morphTarget.rawTargets = parseMorphTargets( relationships, deformerNode, DeformerNodes, connections, FBXTree ); morphTarget.rawTargets = parseMorphTargets( relationships, deformerNode, DeformerNodes, connections );
morphTarget.id = nodeID; morphTarget.id = nodeID;
if ( relationships.parents.length > 1 ) console.warn( 'THREE.FBXLoader: morph target attached to more than one geometry is not supported.' ); if ( relationships.parents.length > 1 ) console.warn( 'THREE.FBXLoader: morph target attached to more than one geometry is not supported.' );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册