@@ -88,7 +88,7 @@ var files = [
8888 { path : 'loaders/DRACOLoader.js' , dependencies : [ ] , ignoreList : [ 'LoadingManager' ] } ,
8989 { path : 'loaders/EXRLoader.js' , dependencies : [ ] , ignoreList : [ ] } ,
9090 { path : 'loaders/EquirectangularToCubeGenerator.js' , dependencies : [ ] , ignoreList : [ ] } ,
91- { path : 'loaders/FBXLoader.js' , dependencies : [ { name : 'Zlib' , path : 'libs/inflate.min .js' } , { name : 'TGALoader' , path : 'loaders/TGALoader.js' } , { name : 'NURBSCurve' , path : 'curves/NURBSCurve.js' } ] , ignoreList : [ ] } ,
91+ { path : 'loaders/FBXLoader.js' , dependencies : [ { name : 'Zlib' , path : 'libs/inflate.module .js' } , { name : 'TGALoader' , path : 'loaders/TGALoader.js' } , { name : 'NURBSCurve' , path : 'curves/NURBSCurve.js' } ] , ignoreList : [ ] } ,
9292 { path : 'loaders/GCodeLoader.js' , dependencies : [ ] , ignoreList : [ ] } ,
9393 { path : 'loaders/GLTFLoader.js' , dependencies : [ ] , ignoreList : [ 'NoSide' , 'Matrix2' , 'DDSLoader' , 'Camera' ] } ,
9494 { path : 'loaders/HDRCubeTextureLoader.js' , dependencies : [ { name : 'RGBELoader' , path : 'loaders/RGBELoader.js' } ] , ignoreList : [ ] } ,
@@ -99,7 +99,7 @@ var files = [
9999 { path : 'loaders/MD2Loader.js' , dependencies : [ ] , ignoreList : [ ] } ,
100100 { path : 'loaders/MMDLoader.js' , dependencies : [ { name : 'TGALoader' , path : 'loaders/TGALoader.js' } , { name : 'MMDParser' , path : 'libs/mmdparser.module.js' } ] , ignoreList : [ 'Camera' , 'LoadingManager' ] } ,
101101 { path : 'loaders/MTLLoader.js' , dependencies : [ ] , ignoreList : [ 'BackSide' , 'DoubleSide' , 'ClampToEdgeWrapping' , 'MirroredRepeatWrapping' ] } ,
102- { path : 'loaders/NRRDLoader.js' , dependencies : [ { name : 'Zlib' , path : 'libs/gunzip.min .js' } , { name : 'Volume' , path : 'misc/Volume.js' } ] , ignoreList : [ ] } ,
102+ { path : 'loaders/NRRDLoader.js' , dependencies : [ { name : 'Zlib' , path : 'libs/gunzip.module .js' } , { name : 'Volume' , path : 'misc/Volume.js' } ] , ignoreList : [ ] } ,
103103 { path : 'loaders/OBJLoader.js' , dependencies : [ ] , ignoreList : [ ] } ,
104104 { path : 'loaders/PCDLoader.js' , dependencies : [ ] , ignoreList : [ ] } ,
105105 { path : 'loaders/PDBLoader.js' , dependencies : [ ] , ignoreList : [ ] } ,
@@ -115,7 +115,7 @@ var files = [
115115 { path : 'loaders/TTFLoader.js' , dependencies : [ ] , ignoreList : [ 'Font' ] } ,
116116 { path : 'loaders/VRMLLoader.js' , dependencies : [ ] , ignoreList : [ ] } ,
117117 { path : 'loaders/VRMLoader.js' , dependencies : [ { name : 'GLTFLoader' , path : 'loaders/GLTFLoader.js' } ] , ignoreList : [ ] } ,
118- { path : 'loaders/VTKLoader.js' , dependencies : [ { name : 'Zlib' , path : 'libs/inflate.min .js' } ] , ignoreList : [ ] } ,
118+ { path : 'loaders/VTKLoader.js' , dependencies : [ { name : 'Zlib' , path : 'libs/inflate.module .js' } ] , ignoreList : [ ] } ,
119119 { path : 'loaders/XLoader.js' , dependencies : [ ] , ignoreList : [ ] } ,
120120
121121 { path : 'math/ColorConverter.js' , dependencies : [ ] , ignoreList : [ ] } ,
0 commit comments