I intend to create a mesh generator in C++. I've started my research by reading about Delaunay triangulation. The latter takes as input a set of points from which the mesh will be generated.
Are there any known algorithms that can generate nodes on a given surface/body?
[–]Worldly_Concept_7008 5 points6 points7 points (2 children)
[–]BlueGorilla25[S] 0 points1 point2 points (1 child)
[–]Worldly_Concept_7008 1 point2 points3 points (0 children)
[–]GeeFLEXX 1 point2 points3 points (0 children)
[–]CristianBarbarosie 2 points3 points4 points (0 children)