Function draw_voxes

Source
pub fn draw_voxes(
    segments: &[(Mat4<f32>, &Segment)],
    output_size: Vec2<u16>,
    transform: Transform,
    sample_strat: SampleStrat,
    offset_scaling: Vec3<f32>,
) -> RgbaImage