提交 6f85b742 编写于 作者: M Mr.doob

Merge branch 'master' of https://github.com/vonWolfehaus/three.js into dev

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