babylonjs-loaders 7.40.2 → 7.40.3
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/babylon.glTF2FileLoader.js +33 -19
- package/babylon.glTF2FileLoader.min.js +1 -1
- package/babylon.glTF2FileLoader.min.js.map +1 -1
- package/babylon.glTFFileLoader.js +33 -19
- package/babylon.glTFFileLoader.min.js +1 -1
- package/babylon.glTFFileLoader.min.js.map +1 -1
- package/babylonjs.loaders.d.ts +2 -2
- package/babylonjs.loaders.js +33 -19
- package/babylonjs.loaders.min.js +1 -1
- package/babylonjs.loaders.min.js.map +1 -1
- package/babylonjs.loaders.module.d.ts +5 -5
- package/package.json +3 -3
package/babylonjs.loaders.d.ts
CHANGED
|
@@ -2767,9 +2767,9 @@ declare module BABYLON.GLTF2.Loader.Extensions {
|
|
|
2767
2767
|
*/
|
|
2768
2768
|
readonly name = "KHR_draco_mesh_compression";
|
|
2769
2769
|
/**
|
|
2770
|
-
* The draco
|
|
2770
|
+
* The draco decoder used to decode vertex data or DracoDecoder.Default if not defined
|
|
2771
2771
|
*/
|
|
2772
|
-
|
|
2772
|
+
dracoDecoder?: DracoDecoder;
|
|
2773
2773
|
/**
|
|
2774
2774
|
* Defines whether this extension is enabled.
|
|
2775
2775
|
*/
|