When using polyscope for a quick visualization I don't always have or care about a meaningful "name" for my mesh. Could there be a default?
If I understand correctly calling register_surface_mesh twice with the same name will overwrite the first call's data. So I guess there's a question whether a default would be default1, default2, etc. or just keep overwriting default. I kind of like overwriting default because avoiding that clearly gives the non-default name a sense of purpose.
When using polyscope for a quick visualization I don't always have or care about a meaningful "name" for my mesh. Could there be a default?
If I understand correctly calling
register_surface_meshtwice with the samenamewill overwrite the first call's data. So I guess there's a question whether a default would bedefault1,default2, etc. or just keep overwritingdefault. I kind of like overwritingdefaultbecause avoiding that clearly gives the non-default name a sense of purpose.