I recently exported a 3D model to JS from Blender, but I'm encountering an issue with the texture not showing up properly. Even when I remove the texture file, the browser generates an error saying that 'map.png' cannot be found. This indicates that the texture is being loaded, but it's not displaying as expected.
If you'd like to take a look at the code online, you can visit:
For your convenience, here are the snippets of HTML, CSS, JavaScript, and JSON:
HTML:
Your HTML code snippet goes here...
CSS:
Your CSS code snippet goes here...
JavaScript:
Your JavaScript code snippet goes here...
JSON:
Your JSON data snippet goes here...
You can find the final result in the provided link above. Any assistance or insight would be greatly appreciated!
Thank you for taking the time to help!