door_models 5.3.1 → 5.3.2

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/dist/index.esm.js CHANGED
@@ -777,6 +777,7 @@ new THREE.MeshStandardMaterial({
777
777
  });
778
778
 
779
779
  const textureLoader = new THREE.TextureLoader();
780
+ textureLoader.setCrossOrigin("anonymous");
780
781
  const textureCache = {};
781
782
  const isHexColor = str => /^#([0-9A-F]{3}){1,2}$/i.test(str);
782
783
  const isUrl = str => str.startsWith("http") || str.startsWith("/");