提交 59afe1a3 编写于 作者: M Mr.doob

Moved Vector3's __q1 to Vector3. Updated includes list. See #2920.

上级 10a2f6f3
......@@ -346,5 +346,3 @@ THREE.Quaternion.slerp = function ( qa, qb, qm, t ) {
return qm.copy( qa ).slerp( qb, t );
}
THREE.Vector3.__q1 = new THREE.Quaternion(); // to be moved to Vector3.js
......@@ -714,3 +714,5 @@ THREE.Vector3.prototype = {
}
};
THREE.Vector3.__q1 = new THREE.Quaternion();
[
"../src/Three.js",
"../src/math/Color.js",
"../src/math/Quaternion.js",
"../src/math/Vector2.js",
"../src/math/Vector3.js",
"../src/math/Vector4.js",
"../src/math/Matrix3.js",
"../src/math/Matrix4.js",
"../src/math/Ray.js",
"../src/math/Box2.js",
"../src/math/Box3.js",
"../src/math/Sphere.js",
......@@ -13,7 +15,6 @@
"../src/math/Frustum.js",
"../src/math/Math.js",
"../src/math/Triangle.js",
"../src/math/Quaternion.js",
"../src/math/Vertex.js",
"../src/math/UV.js",
"../src/core/EventDispatcher.js",
......
[
"../src/Three.js",
"../src/math/Color.js",
"../src/math/Quaternion.js",
"../src/math/Vector2.js",
"../src/math/Vector3.js",
"../src/math/Vector4.js",
......@@ -13,7 +14,6 @@
"../src/math/Frustum.js",
"../src/math/Plane.js",
"../src/math/Math.js",
"../src/math/Quaternion.js",
"../src/math/Spline.js",
"../src/math/Triangle.js",
"../src/math/Vertex.js",
......
[
"../src/Three.js",
"../src/math/Color.js",
"../src/math/Quaternion.js",
"../src/math/Vector2.js",
"../src/math/Vector3.js",
"../src/math/Vector4.js",
......@@ -13,7 +14,6 @@
"../src/math/Frustum.js",
"../src/math/Plane.js",
"../src/math/Math.js",
"../src/math/Quaternion.js",
"../src/math/Spline.js",
"../src/math/Triangle.js",
"../src/math/Vertex.js",
......
[
"../src/Three.js",
"../src/math/Quaternion.js",
"../src/math/Vector2.js",
"../src/math/Vector3.js",
"../src/math/Vector4.js",
"../src/math/Math.js",
"../src/math/Matrix3.js",
"../src/math/Matrix4.js",
"../src/math/Quaternion.js",
"../src/math/Frustum.js",
"../src/math/Sphere.js",
"../src/math/Plane.js",
......
[
"../src/Three.js",
"../src/math/Color.js",
"../src/math/Quaternion.js",
"../src/math/Vector2.js",
"../src/math/Vector3.js",
"../src/math/Vector4.js",
......@@ -13,7 +14,6 @@
"../src/math/Plane.js",
"../src/math/Sphere.js",
"../src/math/Math.js",
"../src/math/Quaternion.js",
"../src/math/Spline.js",
"../src/math/Triangle.js"
]
[
"../src/Three.js",
"../src/math/Color.js",
"../src/math/Quaternion.js",
"../src/math/Vector2.js",
"../src/math/Vector3.js",
"../src/math/Vector4.js",
......@@ -8,7 +9,6 @@
"../src/math/Matrix4.js",
"../src/math/Frustum.js",
"../src/math/Math.js",
"../src/math/Quaternion.js",
"../src/math/Vertex.js",
"../src/math/UV.js",
"../src/math/Spline.js",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册