Computes the intersection of a 3D ray with a 3D triangle.
The ray origin.
The ray direction.
First vertex of the triangle.
Second vertex of the triangle.
Third vertex of the triangle.
The intersection point (output).
The intersection point if an intersection occurs, otherwise null.
null
Computes the intersection of a 3D ray with a 3D triangle.