提交 3b5f4da3 编写于 作者: M Mr.doob

Euler/Quaternion: I don't think these are needed.

上级 aed22aee
......@@ -21,8 +21,6 @@ THREE.Euler.prototype = {
constructor: THREE.Euler,
_x: 0, _y: 0, _z: 0, _order: THREE.Euler.DefaultOrder,
get x () {
return this._x;
......
......@@ -18,8 +18,6 @@ THREE.Quaternion.prototype = {
constructor: THREE.Quaternion,
_x: 0, _y: 0, _z: 0, _w: 0,
get x () {
return this._x;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册