Mr.doob 7 лет назад
Родитель
Сommit
c6c08f859d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      utils/modularize.js

+ 1 - 1
utils/modularize.js

@@ -13,7 +13,7 @@ var files = [
 	{ path: 'controls/TrackballControls.js', ignoreList: [] },
 	// { path: 'controls/TransformControls.js', ignoreList: [] },
 	{ path: 'exporters/GLTFExporter.js', ignoreList: [] },
-	{ path: 'loaders/GLTFLoader.js', ignoreList: [ 'NoSide', 'Matrix2', 'DDSLoader', 'DRACOLoader', 'BufferGeometryUtils' ] },
+	{ path: 'loaders/GLTFLoader.js', ignoreList: [ 'NoSide', 'Matrix2', 'DDSLoader' ] },
 	{ path: 'loaders/OBJLoader.js', ignoreList: [] },
 	{ path: 'loaders/MTLLoader.js', ignoreList: [] }
 ];

粤ICP备19079148号