You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers. No questions about C++ programming or topics which are answered in the tutorials!
Have you attempted the problem yourself at all?
If you have how far did you get?
Do you need guidance on the coding or on solving the problem?
Do you need help on a specific element or the whole thing?
djceejay
Studying :: BSc Computer Games Technology :: UK
u could make some 3d nodes rotate around the center (i assume u no how to do that), then use the getNodeFromScreenCoordinates function to get each node, and then if the mouse is clicked while hovered over each item. simple. also, to rotate the whole thing, check the mouse position (again, real simple), and rotate it from there