Uses geoVoronoi
to compute triangles from a set of points on the sphere.
Antenna radomes make use of quasi-random lattices to help limiting signal degradation.
The points on the are distributed by a Fibonacci sphere algorithm. Once could probably use Poisson-disc sampling instead.
Inspiration: Trevor Paglen’s pictures of radomes at the NSA’s Menwith Hill Station in the UK.
https://d3js.org/d3.v5.min.js
https://unpkg.com/d3-delaunay@5
https://unpkg.com/d3-geo-voronoi@1.5