Function voxelize::sweep

source ยท
pub fn sweep(
    space: &dyn VoxelAccess,
    registry: &Registry,
    target: &mut AABB,
    velocity: &Vec3<f32>,
    callback: &mut dyn FnMut(f32, usize, i32, &mut [f32; 3]) -> bool,
    translate: bool,
    max_iterations: usize
)