babylonjs-serializers 8.31.3 → 8.32.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.glTF2Serializer.js +1 -1
- package/babylon.glTF2Serializer.min.js +1 -1
- package/babylon.glTF2Serializer.min.js.map +1 -1
- package/babylonjs.serializers.d.ts +4 -0
- package/babylonjs.serializers.js +1 -1
- package/babylonjs.serializers.min.js +1 -1
- package/babylonjs.serializers.min.js.map +1 -1
- package/babylonjs.serializers.module.d.ts +8 -0
- package/package.json +3 -3
|
@@ -1404,6 +1404,10 @@ declare module BABYLON {
|
|
|
1404
1404
|
enabled: boolean;
|
|
1405
1405
|
/** Defines whether this extension is required */
|
|
1406
1406
|
required: boolean;
|
|
1407
|
+
/**
|
|
1408
|
+
* Internal state to emit warning about instance color alpha once
|
|
1409
|
+
*/
|
|
1410
|
+
private _instanceColorWarned;
|
|
1407
1411
|
private _exporter;
|
|
1408
1412
|
private _wasUsed;
|
|
1409
1413
|
constructor(exporter: GLTFExporter);
|