Triangulation from spheres

The screenshots are of a proprietary tool in Maya demonstrating a mesh becoming triangulated from scattered spheres. How can I do this with geometry nodes?


I doubt this is possible with geometry nodes at the moment, since you need to iterate over all points and check for each what the closest points are to create a triangle (this is my guess). Iā€™d suggest to use python until GN supports loops :v:

1 Like