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.
@@ -262,6 +262,10 @@ declare module BABYLON {
262
262
  * @experimental
263
263
  */
264
264
  useOpenPBR: boolean;
265
+ /**
266
+ * If true, the loader will not use the transmission helper when loading materials with transmission.
267
+ */
268
+ dontUseTransmissionHelper: boolean;
265
269
  }
266
270
  /**
267
271
  * The default GLTF loader options.