Procedural Object Placement (E01: poisson disk sampling)
Procedural Object Placement (E01: poisson disk sampling)
In this video we look at implementing poisson disk sampling, an algorithm for generating tightly-packed points which are all some minimum distance from one another. This implementation is based on the paper linked below
Original Paper [pdf]