提交 92c0c8c4 编写于 作者: A alteredq

Merge remote branch 'remotes/upstream/master'

......@@ -136,6 +136,16 @@ THREE.Vector3.prototype = {
},
divideSelf: function ( v ) {
this.x /= v.x;
this.y /= v.y;
this.z /= v.z;
return this;
},
divideScalar: function ( s ) {
this.x /= s;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册