babylonjs-serializers 5.56.0 → 5.57.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.
@@ -5487,6 +5487,7 @@ var _GLTFMaterialExporter = /** @class */ (function () {
5487
5487
  var occlusionTexture = {
5488
5488
  index: glTFTexture.index,
5489
5489
  texCoord: glTFTexture.texCoord,
5490
+ extensions: glTFTexture.extensions,
5490
5491
  };
5491
5492
  glTFMaterial.occlusionTexture = occlusionTexture;
5492
5493
  var ambientTextureStrength = babylonPBRMaterial._ambientTextureStrength;