Find the point where a ray intersects a plane.
- Parameters
-
rayPos | Ray starting position. |
rayDir | Ray direction. |
plane | Vector representing the plane to intersect. |
pResult | Optional pointer to an MFRayIntersectionResult structure that receives details about the intersection. |
- Returns
- True if the ray intersects the plane.