提交 4219ec1f 编写于 作者: M Mugen87

ColladaLoader: Clarify bindMatrix default matrix

上级 f9067c0d
......@@ -973,7 +973,7 @@ THREE.ColladaLoader.prototype = {
} else {
build.bindMatrix = new THREE.Matrix4().transpose();
build.bindMatrix = new THREE.Matrix4().identity();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册