Function mesh_ray_intersect

Source
pub unsafe extern "C" fn mesh_ray_intersect(
    mesh: MeshT,
    model_space_ray: Ray,
    cull_mode: Cull,
    out_pt: *mut Ray,
    out_start_inds: *mut u32,
) -> Bool32T