I have tried using convex hull, but that only creates closed meshes, and also tried using delaunay triangulation, but the solutions I’ve found are only 2D.
I have all the points data, I just cant find the right meshing algorithm.
Any ideas what kind of triangulation this example is using?