|
@@ -1,11 +1,13 @@
|
|
|
[
|
|
|
"../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",
|