Code: Select all
if(x >= 320 & x < 512 & y >= 128 & y < 320,
voronoi_spot_noise{x = x, y = y, seed0 = 241014965, seed1 = 0, grid_size = 64, distance_type = 1, jitter = 1},
0)
Code: Select all
noise_debug.tiles_to_visualisation("visualisation", 0, 2, "greyscale")
The same exact problem seems to affect all types of voronoi noise functions.