pub fn ray_intersection_over_mesh(
    mesh: &Mesh,
    mesh_to_world: &Mat4,
    ray: &Ray3d
) -> Option<Intersection>
Expand description

Cast a ray on a mesh, and returns the intersection