Hi all, this is my first post here and also the first time I’m learning scripting so please pardon any rookie mistakes. I’ve attached a screenshot as well as the script.
I have a script which divides a bounding curve (rectangle) into voroni cells, and I am able to move the curves along Z to create a series of “floors”.
My question is, I’d like each floor to have a randomized voroni
seed so that the floors are unique. How should I go about this? Any suggestions are appreciated, thanks!
The very same set of points produce the very same Voronoi diagram, so in order to get variations you need to change the points on which the diagram is built