Voronoi Sphere#

Dependencies#
This node requires SciPy library to work.
Functionality#
This node generates a Voronoi diagram for set of points (sites) on a spherical surface. If provided vertices are not lying on a sphere, they will be projected to the sphere first.
Inputs#
This node has the following inputs:
Vertices. The vertices to generate a Voronoi diagram for. This input is mandatory.
Center. The sphere center. The default value is
(0, 0, 0)
.Radius. The sphere radius. The default value is 1.0.
Outputs#
This node has the following outputs:
Vertices. Vertices of the generated Voronoi diagram.
Edges. Edges of the generated diagram.
Faces. Faces of the generated diagram.
Example of usage#

Generator-> Random Vector
Viz-> Viewer Draw

Spacial-> Vector P Field
Transform-> Noise Displace
Matrix-> Matrix In
Viz-> Viewer Draw
