I’m currently trying to develop a simple menu for a simulation i’m doing with the Oculus Rift.
I’m basically aiming to use meshes in the environment as “buttons” and these should be clickable by the player. As they are using the Rift, I need to use the center of the screen as the cursor.
How can I set this up?
@dotgod thanks for the link, I did do all up to the cast the line thingy but the documentation is nice (even though i dont understand some of the terms) xD
Give this 1 a go. It has blueprints in there for handling look at interactions already. You should be able to replicate and learn from that pretty easily.
Hey ZoltanJr, thanks for the link.
I already had it downloaded and tried to replicate it but there were just so many variables coming from other components at the same time that it quickly became a mess… Ill try it again, maybe understanding the vector drawing was the key.