pub fn draw_vox(
    segment: &Segment,
    output_size: Vec2<u16>,
    transform: Transform,
    sample_strat: SampleStrat
) -> RgbaImage