فهرست منبع

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 سال پیش
والد
کامیت
a723031669
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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/Math.js",
 	"src/math/Triangle.js",
+	"src/core/Layers.js",
 	"src/core/EventDispatcher.js",
 	"src/core/Raycaster.js",
 	"src/core/Object3D.js",
 	"src/core/Face3.js",
-	"src/core/Face4.js",
 	"src/core/BufferAttribute.js",
 	"src/core/Geometry.js",
 	"src/core/BufferGeometry.js",