RE: Poisson Disk Sampling - thoughts about incorporating it
Hi,
Thank you for the links and information.
More likely I'd rather implement my own solution that's more flexible, however right now I'm busy with other features.
RE: Poisson Disk Sampling - thoughts about incorporating it
In case you just mean writing your own algorithm but still using the formula, here's the write-up on the formula. This formula isn't just used for games, but for many, many things, including finance, scientific experiments, electronics, etc: http://people.cs.ubc.ca/~rbridson/docs/b...ondisk.pdf
I think creating an alternative mathematical formula would be far harder