Hi, I want to edit this module:
And I have problem with loading textures. In original they say to use:
mesh.resolveTextures(path => textureLoader.load(
/${path}.png))
But it sometimes loads textures, and sometimes not. Why?
Hi, I want to edit this module:
And I have problem with loading textures. In original they say to use:
mesh.resolveTextures(path => textureLoader.load(
/${path}.png))
But it sometimes loads textures, and sometimes not. Why?
I’m not familiar with this library, so my advice is rather general: