I am currently working on integrating a feature similar to the one demonstrated in this example:
While I have successfully implemented cubes, I am facing a challenge in applying different images to each cube.
My goal is to assign a "Blogger" icon to one cube, a "Facebook" icon to another cube, a "Twitter" icon to a third cube, and so on for additional cubes.
Although I have managed to map a URL to a single cube, I am struggling with mapping images when dealing with an Object3D group.
Considering my limited experience in WebGL and Three Js, any guidance or assistance would be highly appreciated. Thank you! :)