babylonjs-loaders 6.28.0 → 6.29.0
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 +16 -2
- package/babylon.glTF2FileLoader.min.js +1 -1
- package/babylon.glTF2FileLoader.min.js.map +1 -1
- package/babylon.glTFFileLoader.js +16 -2
- package/babylon.glTFFileLoader.min.js +1 -1
- package/babylon.glTFFileLoader.min.js.map +1 -1
- package/babylonjs.loaders.d.ts +2 -0
- package/babylonjs.loaders.js +16 -2
- package/babylonjs.loaders.min.js +1 -1
- package/babylonjs.loaders.min.js.map +1 -1
- package/babylonjs.loaders.module.d.ts +4 -0
- 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;
|