I'm new to Three.js and JavaScript.
I made an object with material in Blender after UV unwrapping it twice for bump maps. Then, I exported it by using THREE.JSONLoader.
The object is showing up, but the problem is, it's using the first UV map for bump maps. However, I want it to use the second UV map.
In this case, how can I make it use the second UV map? What coding is needed?
Thank you for reading.