Ist there a build in voronoi salution?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By RoniPerson

Is there something simular to OpenSimplexNoise for voronoi?
I want to try some proceduraly generation. But i dont know how to get voronoi data.

Googling “godot voronoi” gave me this link, no idea if it works: GitHub - rakai93/godot_voronoi: Godot module computing a Voronoi diagram (based on https://github.com/JCash/voronoi)

Bernard Cloutier | 2020-09-29 20:21

Yes but this requires you to build godot yourself if I understood it correct.
So there is no voronoi build in?

RoniPerson | 2020-09-30 12:36

Seems like there isn’t any yet, sadly.

Bernard Cloutier | 2020-09-30 13:32

After searching a little bit around I found this PR on github. So maybe it will be added in 4.0. Until then I try to compile my own version with the Module

RoniPerson | 2020-09-30 16:03