babylonjs-serializers 5.28.0 → 5.30.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.
@@ -1473,7 +1473,7 @@ var KHR_texture_transform = /** @class */ (function () {
1473
1473
  /*
1474
1474
  * The KHR_texture_transform schema only supports rotation around the origin.
1475
1475
  * the texture must be baked to preserve appearance.
1476
- * see: https://github.com/KhronosGroup/glTF/tree/master/extensions/2.0/Khronos/KHR_texture_transform#gltf-schema-updates
1476
+ * see: https://github.com/KhronosGroup/glTF/tree/main/extensions/2.0/Khronos/KHR_texture_transform#gltf-schema-updates
1477
1477
  */
1478
1478
  if ((babylonTexture.uAng !== 0 || babylonTexture.wAng !== 0 || babylonTexture.vAng !== 0) &&
1479
1479
  (babylonTexture.uRotationCenter !== 0 || babylonTexture.vRotationCenter !== 0)) {
@@ -5016,7 +5016,7 @@ var _GLTFMaterialExporter = /** @class */ (function () {
5016
5016
  /**
5017
5017
  * Convert Specular Glossiness Textures to Metallic Roughness
5018
5018
  * See link below for info on the material conversions from PBR Metallic/Roughness and Specular/Glossiness
5019
- * @link https://github.com/KhronosGroup/glTF/blob/master/extensions/2.0/Khronos/KHR_materials_pbrSpecularGlossiness/examples/convert-between-workflows-bjs/js/babylon.pbrUtilities.js
5019
+ * @link https://github.com/KhronosGroup/glTF/blob/main/extensions/2.0/Archived/KHR_materials_pbrSpecularGlossiness/examples/convert-between-workflows-bjs/js/babylon.pbrUtilities.js
5020
5020
  * @param diffuseTexture texture used to store diffuse information
5021
5021
  * @param specularGlossinessTexture texture used to store specular and glossiness information
5022
5022
  * @param factors specular glossiness material factors