intersect_triangle


Description:

[ Version ( since = "1.10" ) ]
public RayIntersectionKind intersect_triangle (Triangle t, out float t_out)

Intersects the given Ray this with the given Triangle t.

Parameters:

this

a Ray

t

a Triangle

t_out

the distance of the point on the ray that intersects the triangle

Returns:

the type of intersection