Make a sphere with equidistant vertices

You could use an icosphere. As the vertices are distributed on equilateral triangles, your vertices are guaranteed to be equidistant.

enter image description here

To construct the icosphere, first you make an icosahedron and then split the faces recursively in smaller triangles as explained in this article.

Leave a Comment