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.
@@ -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 compression used to decode vertex data or DracoCompression.Default if not defined
2770
+ * The draco decoder used to decode vertex data or DracoDecoder.Default if not defined
2771
2771
  */
2772
- dracoCompression?: DracoCompression;
2772
+ dracoDecoder?: DracoDecoder;
2773
2773
  /**
2774
2774
  * Defines whether this extension is enabled.
2775
2775
  */