提交 67be8c84 编写于 作者: A astrodud

small bug fix in the new Matrix4.rotationAxisAngleMatrix

上级 740407b4
......@@ -439,7 +439,7 @@ THREE.Matrix4.rotationAxisAngleMatrix = function ( axis, angle ) {
var m = new THREE.Matrix4();
setRotAxis( axis, angle );
m.setRotAxis( axis, angle );
return m;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册