Skip to main content

parse_patch_mesh

Function parse_patch_mesh 

Source
pub fn parse_patch_mesh(
    data: &[u8],
    bits_per_flag: u32,
    bits_per_coordinate: u32,
    bits_per_component: u32,
    n_components: usize,
    points_per_patch: usize,
    decode: &[f64],
    cs_name: &[u8],
) -> Vec<Patch>
Expand description

Parse patches from a Type 6/7 mesh stream.