Future<GltfRoot> parseRoot(String filePath) async { final glb = await parseGlb(filePath); return glb.parse(); }