2D Poisson-disk sampling #1970
paulocoutinhox
started this conversation in
General
Replies: 2 comments 2 replies
-
https://github.com/topics/poisson?l=c%2B%2B |
Beta Was this translation helpful? Give feedback.
2 replies
-
You can try iteratively push objects from each other and from other stuff. Something like:
I'd recommend to place some big objects first, push them apart (with higher minimal distance), then add smaller objects and then push only smaller objects. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
How to generate 2D Poisson-disk sampling in a specific polygon (a list of Vec2)?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions