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.
- package/babylon.glTF1FileLoader.js +3 -3
- package/babylon.glTF1FileLoader.min.js +1 -1
- package/babylon.glTF1FileLoader.min.js.map +1 -1
- package/babylon.glTF2FileLoader.js +18 -4
- package/babylon.glTF2FileLoader.min.js +1 -1
- package/babylon.glTF2FileLoader.min.js.map +1 -1
- package/babylon.glTFFileLoader.js +18 -4
- package/babylon.glTFFileLoader.min.js +1 -1
- package/babylon.glTFFileLoader.min.js.map +1 -1
- package/babylonjs.loaders.d.ts +3 -1
- package/babylonjs.loaders.js +18 -4
- package/babylonjs.loaders.min.js +1 -1
- package/babylonjs.loaders.min.js.map +1 -1
- package/babylonjs.loaders.module.d.ts +6 -2
- package/package.json +3 -3
package/babylonjs.loaders.d.ts
CHANGED
|
@@ -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://
|
|
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;
|