babylonjs-loaders 6.8.0 → 6.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.npmignore ADDED
@@ -0,0 +1,5 @@
1
+ src
2
+ config.json
3
+ tsconfig*.*
4
+ .npmignore
5
+ webpack*.*
@@ -1754,7 +1754,6 @@ var GLTFLoader = /** @class */ (function () {
1754
1754
  GLTFLoader.Extensions = {};
1755
1755
  return GLTFLoader;
1756
1756
  }());
1757
-
1758
1757
  /** @internal */
1759
1758
  var GLTFLoaderExtension = /** @class */ (function () {
1760
1759
  function GLTFLoaderExtension(name) {
@@ -2202,6 +2201,7 @@ var GLTFUtils = /** @class */ (function () {
2202
2201
  /**
2203
2202
  * Returns the texture filter mode giving a mode value
2204
2203
  * @param mode the filter mode value
2204
+ * @returns the filter mode (TODO - needs to be a type?)
2205
2205
  */
2206
2206
  GLTFUtils.GetTextureFilterMode = function (mode) {
2207
2207
  switch (mode) {
@@ -2310,7 +2310,6 @@ var GLTFUtils = /** @class */ (function () {
2310
2310
  }());
2311
2311
 
2312
2312
 
2313
-
2314
2313
  /***/ }),
2315
2314
 
2316
2315
  /***/ "../../../lts/loaders/dist/glTF/1.0/glTFMaterialsCommonExtension.js":
@@ -3446,7 +3445,6 @@ var GLTFFileLoader = /** @class */ (function () {
3446
3445
  GLTFFileLoader._logSpaces = " ";
3447
3446
  return GLTFFileLoader;
3448
3447
  }());
3449
-
3450
3448
  if (core_Misc_observable__WEBPACK_IMPORTED_MODULE_0__.SceneLoader) {
3451
3449
  core_Misc_observable__WEBPACK_IMPORTED_MODULE_0__.SceneLoader.RegisterPlugin(new GLTFFileLoader());
3452
3450
  }
@@ -3591,7 +3589,6 @@ var GLTFValidation = /** @class */ (function () {
3591
3589
  }());
3592
3590
 
3593
3591
 
3594
-
3595
3592
  /***/ }),
3596
3593
 
3597
3594
  /***/ "../../../lts/loaders/dist/legacy/legacy-glTF.js":