[][src]Function tobj::load_obj

pub fn load_obj<P>(file_name: P, triangulate_faces: bool) -> LoadResult where
    P: AsRef<Path> + Debug

Load the various objects specified in the OBJ file and any associated MTL file Returns a pair of Vecs containing the loaded models and materials from the file.