So you’ve created a model in THREE.js and it’s not exporting your textures or your models are showing up blank when you import them with collada loader.
This one’s nice and easy. Just make sure you are checking the boxes to include UV textures:
Then make sure your file paths are right. The collada file is just XML so you should be able to open the file with your favorite text editor. Make sure the URLS that point to the texture files are correct and that your textures are copied into the directory with your collada file.
That’s it!