提交 d8f6d06e 编写于 作者: A astrodud

oops - fixed but in setRotX

上级 17ab9754
......@@ -306,7 +306,7 @@ THREE.Matrix4.prototype = {
setRotX: function( theta ) {
var c = Math.cos( theta ), s = Math.sin( theta );
this.set( 1, 0, 0, 0, 0, c, -s, 0, 0, c, s, 0, 0, 0, 0, 1 );
this.set( 1, 0, 0, 0, 0, c, -s, 0, 0, s, c, 0, 0, 0, 0, 1 );
return this;
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册