Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 449 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 449 Bytes

Poisson Disk Sampling

Simple Poisson disk sampling in a 3D grid based on Bridson's 2007 paper.

Usage

Sample points in a unit box:

./poisson_disk 0.05 out.xyz

Open result with Meshlab:

meshlab out.xyz

Other Implementations