Pārlūkot izejas kodu

Added the missing core/Layers.js, and removed core/Face4.js, from the canvas.json build include. The canvas only version of three.js now builds properly using the build scripts. (#9251)

Richard Davey 9 gadi atpakaļ
vecāks
revīzija
a723031669
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      utils/build/includes/canvas.json

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

@@ -16,11 +16,11 @@
 	"src/math/Frustum.js",
 	"src/math/Frustum.js",
 	"src/math/Math.js",
 	"src/math/Math.js",
 	"src/math/Triangle.js",
 	"src/math/Triangle.js",
+	"src/core/Layers.js",
 	"src/core/EventDispatcher.js",
 	"src/core/EventDispatcher.js",
 	"src/core/Raycaster.js",
 	"src/core/Raycaster.js",
 	"src/core/Object3D.js",
 	"src/core/Object3D.js",
 	"src/core/Face3.js",
 	"src/core/Face3.js",
-	"src/core/Face4.js",
 	"src/core/BufferAttribute.js",
 	"src/core/BufferAttribute.js",
 	"src/core/Geometry.js",
 	"src/core/Geometry.js",
 	"src/core/BufferGeometry.js",
 	"src/core/BufferGeometry.js",