I have a rectangle in 3d space (p1, p2, p3, p4) and when the mouse rolls over it I need to calculate the exact Z of the point on the rect, given the mouse coordinates (x, y).
Would a Ray-plane intersection find the Z of the intersecting point?
Thanks
You might try a ray / plane intersection. Check: Object/Object intersection.