MeshMatze

Results 1 issues of MeshMatze

I have a set of clouds (saved in path in `ply` format) for which i want to generate the alpha shape. ``` # test.py from pathlib import Path import pymeshlab...