pub fn get_ray_collision_triangle( ray: Ray, p1: Vector3, p2: Vector3, p3: Vector3, ) -> RayCollision
Get collision info between ray and triangle