|
@@ -0,0 +1,21 @@
|
|
|
+[
|
|
|
+ "../src/Three.js",
|
|
|
+ "../src/math/Clock.js",
|
|
|
+ "../src/math/Color.js",
|
|
|
+ "../src/math/Vector2.js",
|
|
|
+ "../src/math/Vector3.js",
|
|
|
+ "../src/math/Vector4.js",
|
|
|
+ "../src/math/Box2.js",
|
|
|
+ "../src/math/Box3.js",
|
|
|
+ "../src/math/Matrix3.js",
|
|
|
+ "../src/math/Matrix4.js",
|
|
|
+ "../src/math/Ray.js",
|
|
|
+ "../src/math/Frustum.js",
|
|
|
+ "../src/math/Plane.js",
|
|
|
+ "../src/math/Rectangle.js",
|
|
|
+ "../src/math/Sphere.js",
|
|
|
+ "../src/math/Math.js",
|
|
|
+ "../src/math/Quaternion.js",
|
|
|
+ "../src/math/Spline.js",
|
|
|
+ "../src/math/Triangle3.js"
|
|
|
+]
|