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.cjs.js +1 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -0
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -804,6 +804,7 @@ new THREE__namespace.MeshStandardMaterial({
|
|
|
804
804
|
});
|
|
805
805
|
|
|
806
806
|
const textureLoader = new THREE__namespace.TextureLoader();
|
|
807
|
+
textureLoader.setCrossOrigin("anonymous");
|
|
807
808
|
const textureCache = {};
|
|
808
809
|
const isHexColor = str => /^#([0-9A-F]{3}){1,2}$/i.test(str);
|
|
809
810
|
const isUrl = str => str.startsWith("http") || str.startsWith("/");
|