@colijnit/configurator 12.0.2 → 12.0.3

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.
@@ -1791,7 +1791,7 @@
1791
1791
  if (usePbr === void 0) { usePbr = false; }
1792
1792
  if (variation.material.texture) {
1793
1793
  variation.material.texture.needsUpdate = true;
1794
- // variation.material.texture.mapping = THREE.EquirectangularReflectionMapping;
1794
+ variation.material.texture.mapping = THREE__namespace.EquirectangularReflectionMapping;
1795
1795
  }
1796
1796
  if (!usePbr) {
1797
1797
  var newMaterial = new THREE__namespace.MeshPhongMaterial({