Searched refs:IntersectTriangle (Results 1 – 1 of 1) sorted by relevance
107 bool IntersectTriangle(const Math::Vec3 triangle[3], const Math::Vec3 start, const Math::Vec3 direc… in IntersectTriangle() function479 if (IntersectTriangle(&triangles[ii], start, direction, distance, uv)) { in RayCast()