Tagged Questions
2
votes
1answer
413 views
How do I make an object face the mouse position, but only on one plane?
I want a game object to turn and look towards where the mouse was clicked (in world space). It works well when considering all 3 dimensions, but I really only care for the plane formed by the x and z ...