Images not showing up

Hello, I’m trying to load some images using TextureLoader - it works great in my actual App, but when I put it in this JSFiddle I’m trying to create, the images are not showing up.

The code for loading the image is in the function called makeImagePlane() which is on line 63 in the following JSFiddle:

It’s a CORS issue. You have to either upload your images into jsfiddle, or change factionalownership.io to allow cross origin request I think.

related: Three.js CORS errors when loading image with THREE.TextureLoader() - Stack Overflow

2 Likes

@manthrax answered!
I have just changed Your images with some pictures from Github an that is:

or
https://jrlazz.eu5.org/anim/prome01.html

3 Likes