arturbien / 3D-image

🏄 3D images on your website (just like those on Facebook!)
https://arturbien.github.io/3D-image/
102 stars 10 forks source link

Cross-origin data error when loading page #24

Open Jonseed opened 2 years ago

Jonseed commented 2 years ago

I get the following error in the browser when trying to load a 3D-image as noted in the Readme.

Uncaught (in promise) DOMException: Failed to execute 'texImage2D' on 'WebGLRenderingContext': The image element contains cross-origin data, and may not be loaded.
    at h (https://unpkg.com/3d-image:1:3988)
    at e.default.<anonymous> (https://unpkg.com/3d-image:1:4161)
    at Generator.next (<anonymous>)
    at a (https://unpkg.com/3d-image:1:2145)

Do you know what might be causing that?