I'm a little confused about the implementation detail of the MAPS algorithm.
In the function reparameterize, what is the use of the step split_triangles_on_segments? It seems add new vertex into ParamMesh. Does there any corresponding step in the MAPS paper?(May be the chapter 4.2 "Smoothing the Parameterization"?)
Thanks in advance!