Hey all, is there a way to do a voronoi on a pop2d without it being a rectangle? Every time I do it it always shows a rectangle despite the shape i assign it to.
How do i do it for a pentagon or a randomised polygon for example?
Also is there a way to make a voronoi from a Pop2d that then ignores all of the boundary zones out of curiosity?
You can also split the voronoi curves with your polygon, close them, take their centers, and sort which curve’s centers are inside or outside using “point in curve” and cull the ones that are outside. That works if the region intersection isn’t giving you consistent results.