提交 4ec5992f 编写于 作者: T timk

matrix compose / decompose method

上级 17e23f03
......@@ -717,6 +717,8 @@ THREE.Matrix4.prototype = {
matrix.n33 /= scale.z;
rotation.setFromRotationMatrix(matrix);
return [translation, rotation, scale];
},
extractPosition: function ( m ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册