Releases: corporateshark/poisson-disk-generator
Releases · corporateshark/poisson-disk-generator
1.6.1
Reformatted using .clang-format
.
1.6.0
1.5.0
Added: implemented jittered grid generator
1.4.1
Improved: replaced default Mersenne Twister and <random>
with fast and lightweight LCG
Improved: updated documentation
1.4.0
Added: Vogel disk generator
Improved: C-style array output
1.3.0
release-1.2.0
Added: command line option --raw-points
Added: command line option --num-points=<value>
Added: command line option --square
Improved: CMake build
Fixed: number of generated points
Fixed: warnings in MSVC 2019
release-1.1.4
POISSON_PROGRESS_INDICATOR can be defined outside of the header file,…