pub fn get_ray_collision_mesh(
    ray: Ray,
    mesh: Mesh,
    transform: Matrix
) -> RayCollision
Expand description

Get collision info between ray and mesh