Does anyone have an implementation of vtkSphereSource with evenly distributed points to share?
Thanks,
Does anyone have an implementation of vtkSphereSource with evenly distributed points to share?
Thanks,
You might want to try vtkPlatonicSolidSource
to create an icosahedron, subdivide the triangles and move new points to the sphere surface.