Function building_blocks_storage::encode_vox[][src]

pub fn encode_vox<Map>(map: &Map, map_extent: Extent3i) -> DotVoxData where
    Map: Get<Point3i, Item = VoxColor>,