Random Spread without Overlap

Hey there!

I am trying to align multiple Quad (DX 9) via RandomSpread.
Is there a way to avoid overlapping quads?

Perhaps RandomSpread is not the right way to go. Here are my requirements:

  • dynamic amount of slices within the spread
  • “random” alignment in the sense of irregularity (e.g. LinearSpread would look too regular)
  • no overlaps of the spreaded items

Any good ideas?

Have a nice day!

you can have a look at this patch: text-fractal

the subpatches could help you…

Thanks!
This looks promising.