Can voronoi algorithm can return the exact same value for two differents cells even very far away from each other ? I don't think that depends on the implementation but here is the code I use.
Asked
Active
Viewed 42 times
0
-
It take three coordinate (x,y,z) a return a double, the same value can return from close coordinates, that from cells (regions) – Spooky Sep 26 '15 at 08:11
-
Voronoi isn't always used for noise - but I can't see why that algorithm couldn't generate the same value for multiple cells. – sje397 Sep 26 '15 at 08:12