Function mallumo::unitize_model [] [src]

pub fn unitize_model(
    indices: &[u32],
    vertices: &[Vertex],
    primitive_parameters: &mut [PrimitiveParameters],
    shapes: &[Shape],
    box_min: Point3<f32>,
    box_max: Point3<f32>,
    unitize_if_fits: bool
)