ofxPoissonFill icon indicating copy to clipboard operation
ofxPoissonFill copied to clipboard

poisson disc

Open stephanschulz opened this issue 3 years ago • 1 comments

Thanks for making this add-on. Can it be used to do poisson disc sampling? i.e. get a point cloud instead of manipulating a texture?

Like here: https://www.jasondavies.com/poisson-disc/

stephanschulz avatar Apr 08 '21 16:04 stephanschulz

Hi Stephan, poisson fill and poisson disk sampling are different things, though you can find my implementation for the latter here https://waxc.netlify.app/?example=poissondisk.wax&to=cpp

LingDong- avatar Apr 08 '21 17:04 LingDong-