Hello I’m new to three.js and I have problem where I want to make feature where you can choose side of cube and add new cube to it.
I want to make the selection to be that you press the side of the cube you want to select.
-Do I have to make every side of the cube separately or can I just use BoxGeometry?
-And how should I do the selection part? Raycasting?