babylonjs-loaders 8.44.1 → 8.45.1

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.
@@ -296,6 +296,10 @@ class GLTFLoaderBaseOptions {
296
296
  * @experimental
297
297
  */
298
298
  useOpenPBR: boolean;
299
+ /**
300
+ * If true, the loader will not use the transmission helper when loading materials with transmission.
301
+ */
302
+ dontUseTransmissionHelper: boolean;
299
303
  }
300
304
  /**
301
305
  * The default GLTF loader options.
@@ -7758,6 +7762,10 @@ declare module BABYLON {
7758
7762
  * @experimental
7759
7763
  */
7760
7764
  useOpenPBR: boolean;
7765
+ /**
7766
+ * If true, the loader will not use the transmission helper when loading materials with transmission.
7767
+ */
7768
+ dontUseTransmissionHelper: boolean;
7761
7769
  }
7762
7770
  /**
7763
7771
  * The default GLTF loader options.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "babylonjs-loaders",
3
- "version": "8.44.1",
3
+ "version": "8.45.1",
4
4
  "main": "babylonjs.loaders.min.js",
5
5
  "types": "babylonjs.loaders.module.d.ts",
6
6
  "files": [
@@ -15,8 +15,8 @@
15
15
  "test:escheck": "es-check es6 ./babylonjs.loaders.js"
16
16
  },
17
17
  "dependencies": {
18
- "babylonjs": "^8.44.1",
19
- "babylonjs-gltf2interface": "^8.44.1"
18
+ "babylonjs": "^8.45.1",
19
+ "babylonjs-gltf2interface": "^8.45.1"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@dev/build-tools": "1.0.0",