Let’s say I have a table of vertices that have been generated via function fibonacci_sphere. The function works perfectly, however I’m having trouble triangulating the points, since the points are drawn like stars inside the sphere (see video); I came across someone having similar issues and pointed out using delaunay triangulation which I can’t seem to wrap my head around on how it would help me with this.
1 Like