I am making my first steps learning to code in javascript and now I'm experimenting with webgl using three.js
The thing is that I am trying to find a starting point to make a cube that will slowly rotates in the x axe.
This cube will have 4 different textures (image and text), and if I click one texture, it would link me to a page or a site.
I find that make an interactive cube is easy. There is a lot of examples in the three.js site but what about make each side of that cube interactive?
Do you have some suggestion?