@override Future<Model> parseModel(String filePath) async { final mesh = await parseMesh(filePath); return Model.simple(mesh: mesh); }