提交 6bca9f1c 编写于 作者: L Lewy Blue

fix transform calculation

上级 5b1441a0
......@@ -3843,6 +3843,8 @@
array.push( order );
tempMat.makeRotationFromEuler( tempEuler.fromArray( array ) );
tempMat.getInverse( tempMat );
rotation.multiply( tempMat );
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册