Struct Mtl
obj
pub struct Mtl { pub materials: Vec<Material>, }
materials: Vec<Material>
impl Mtl
fn load<B: BufRead>(file: &mut B) -> Mtl