babylonjs-loaders 6.27.1 → 6.28.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.
@@ -2018,6 +2018,8 @@ declare module BABYLON.GLTF2 {
2018
2018
  _babylonLights: Light[];
2019
2019
  /** @internal */
2020
2020
  _disableInstancedMesh: number;
2021
+ /** @internal */
2022
+ _allMaterialsDirtyRequired: boolean;
2021
2023
  private readonly _parent;
2022
2024
  private readonly _extensions;
2023
2025
  private _disposed;
@@ -3241,7 +3243,7 @@ declare module BABYLON {
3241
3243
  */
3242
3244
  export class GLTFValidation {
3243
3245
  /**
3244
- * The configuration. Defaults to `{ url: "https://preview.babylonjs.com/gltf_validator.js" }`.
3246
+ * The configuration. Defaults to `{ url: "https://cdn.babylonjs.com/gltf_validator.js" }`.
3245
3247
  */
3246
3248
  static Configuration: IGLTFValidationConfiguration;
3247
3249
  private static _LoadScriptPromise;