Frustum depends on Sphere, so Sphere must be first in the source list for the non-minified three.js to work.
@@ -10,8 +10,8 @@
"src/math/Matrix3.js",
"src/math/Matrix4.js",
"src/math/Box3.js",
- "src/math/Frustum.js",
"src/math/Sphere.js",
+ "src/math/Frustum.js",
"src/math/Plane.js",
"src/core/EventDispatcher.js",
"src/core/Object3D.js",
@@ -12,9 +12,9 @@
"src/math/Ray.js",
+ "src/math/Sphere.js",
"src/math/Frustum.js",
- "src/math/Sphere.js",
"src/math/Math.js",
"src/math/Spline.js",
"src/math/Triangle.js"
@@ -8,13 +8,13 @@
"src/math/Euler.js",
"src/math/Box2.js",
"src/math/Triangle.js",
"src/core/Clock.js",