10 fs::Mesh::from_obj(&fs_mesh, path);
Convert FreeSurfer meshes (libfs) to scimesh Mesh objects.
Mesh read_obj(const std::string &path)
Load a mesh from a Wavefront OBJ file.
Mesh convert_fs_mesh(const fs::Mesh &fs_mesh)
Convert a FreeSurfer mesh to a scimesh Mesh (no colors).
Read Wavefront OBJ files (.obj).
A 3D triangle mesh using an indexed face set representation.