Embarking on my journey to learn JavaScript, I am now delving into the world of WebGL using Three.js.
Currently, my goal is to create a rotating cube along the x-axis as a starting point.
This cube will feature four different textures - images and text - with the ability to click on each texture to navigate to a specific page or website.
While creating an interactive cube itself poses no challenge thanks to numerous examples on the Three.js site, I am faced with the task of making each side of the cube interactive. Any suggestions?