提交 fc2ba0fd 编写于 作者: M Mugen87

FBXLoader: Normalize skin weights

上级 1b8c23d2
......@@ -1231,6 +1231,7 @@ THREE.FBXLoader = ( function () {
} );
model = new THREE.SkinnedMesh( geometry, material );
model.normalizeSkinWeights();
} else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册