浏览代码

Added Euler reference in other build include lists.

Mr.doob 12 年之前
父节点
当前提交
e2aa730a86
共有 3 个文件被更改,包括 3 次插入0 次删除
  1. 1 0
      utils/build/includes/canvas.json
  2. 1 0
      utils/build/includes/css3d.json
  3. 1 0
      utils/build/includes/webgl.json

+ 1 - 0
utils/build/includes/canvas.json

@@ -5,6 +5,7 @@
 	"src/math/Vector2.js",
 	"src/math/Vector3.js",
 	"src/math/Vector4.js",
+	"src/math/Euler.js",
 	"src/math/Matrix3.js",
 	"src/math/Matrix4.js",
 	"src/math/Ray.js",

+ 1 - 0
utils/build/includes/css3d.json

@@ -5,6 +5,7 @@
 	"src/math/Vector2.js",
 	"src/math/Vector3.js",
 	"src/math/Vector4.js",
+	"src/math/Euler.js",
 	"src/math/Math.js",
 	"src/math/Matrix3.js",
 	"src/math/Matrix4.js",

+ 1 - 0
utils/build/includes/webgl.json

@@ -5,6 +5,7 @@
 	"src/math/Vector2.js",
 	"src/math/Vector3.js",
 	"src/math/Vector4.js",
+	"src/math/Euler.js",
 	"src/math/Matrix3.js",
 	"src/math/Matrix4.js",
 	"src/math/Frustum.js",