Reputation: 11
I'm having a problem with my obj models. I've set crossorigin="anonymous" for both my obj and mtl file. The model shows up perfectly if the obj/mtl/jpg are from my computer. however when i put these files on AWS s3 and change the permissions, it's telling me "DOMException: failed to execute 'textImage2D' on webRenderingContext': the cross-origin image at ........ i don't run into this problem with collada models just object models.
Upvotes: 0
Views: 229
Reputation: 13233
Check the paths in the MTL are all correct and point to the textures hosted in the right place.
Make sure that you have CORS-enabled on wherever you are serving your assets.
Upvotes: 1