[][src]Function tobj::load_obj

pub fn load_obj(file_name: &Path) -> LoadResult

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.