Hi there !
I have a problem : is there any function or way to know if my mouth is focusing an object in a 3D context ?
Here is my problem : I have a box, and I want to execute an action when I click on it. But the thing is that my camera can move. So I can't use the getMousePosition method which only returns 2D coordinates...
thank you !