hi! I was reading some of the picking tecnique, to see where the mouse is pointing in a 3d game.
Now i've a very simple problem: to see in which tile the mouse is pointing.
The tiles are laid horizontally on the x,z plane, so the problem is simply to see where the mouse intersect the horizontal plane..
What's the easiest way to do this ? Thanks!