Search Unity

Even item distribution

Discussion in 'Scripting' started by elpeedros, May 2, 2017.

  1. elpeedros

    elpeedros

    Joined:
    Jun 6, 2013
    Posts:
    14
    Are there algorithms to distribute circles of different sizes evenly around each other? I was looking into Poisson Disk Sampling, but I don't want to generate random circles, I want to place different sized, predefined circles close to each evenlyish. Any thoughts on what I should research? Thank you.