提交 4e1d803a 编写于 作者: M Mr.doob

Merge remote-tracking branch 'robertshield/master' into dev

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