Browse Source

move Clock.js from src/math to src/core per @alteredq https://github.com/mrdoob/three.js/issues/2753#issuecomment-11057521

Ben Houston 12 years ago
parent
commit
e18dcf1645
4 changed files with 2 additions and 3 deletions
  1. 0 0
      src/core/Clock.js
  2. 1 1
      utils/includes/common.json
  3. 0 1
      utils/includes/math.json
  4. 1 1
      utils/includes/webgl.json

+ 0 - 0
src/math/Clock.js → src/core/Clock.js


+ 1 - 1
utils/includes/common.json

@@ -1,6 +1,5 @@
 [
 	"../src/Three.js",
-	"../src/math/Clock.js",
 	"../src/math/Color.js",
 	"../src/math/Vector2.js",
 	"../src/math/Vector3.js",
@@ -20,6 +19,7 @@
 	"../src/math/Triangle3.js",
 	"../src/math/Vertex.js",
 	"../src/math/UV.js",
+	"../src/core/Clock.js",
 	"../src/core/EventTarget.js",
 	"../src/core/Raycaster.js",
 	"../src/core/Object3D.js",

+ 0 - 1
utils/includes/math.json

@@ -1,6 +1,5 @@
 [
 	"../src/Three.js",
-	"../src/math/Clock.js",
 	"../src/math/Color.js",
 	"../src/math/Vector2.js",
 	"../src/math/Vector3.js",

+ 1 - 1
utils/includes/webgl.json

@@ -1,6 +1,5 @@
 [
 	"../src/Three.js",
-	"../src/math/Clock.js",
 	"../src/math/Color.js",
 	"../src/math/Vector2.js",
 	"../src/math/Vector3.js",
@@ -19,6 +18,7 @@
 	"../src/math/Triangle3.js",
 	"../src/math/Sphere.js",
 	"../src/math/Plane.js",
+	"../src/core/Clock.js",
 	"../src/core/EventTarget.js",
 	"../src/core/Raycaster.js",
 	"../src/core/Object3D.js",