File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ const auto Points = PoissonGenerator::generateJitteredGridPoints( numPoints, PRN
2929Build instructions:
3030-----------
3131
32- * gcc Poisson.cpp -std=c++11 -lstdc++*
32+ Linux/OSX: ``` gcc Poisson.cpp -std=c++17 -lstdc++ ```
3333
34- * cmake -G "Visual Studio 16 2019 " -A x64*
34+ Windows: ``` cmake -G "Visual Studio 17 2022 " -A x64 ```
3535
3636Demo app usage:
3737---------------
38- Poisson [density-map-rgb24.bmp] [--raw-points] [--num-points=<value>] [--square] [--vogel-disk]
38+ Poisson [density-map-rgb24.bmp] [--raw-points] [--num-points=<value>] [--square] [--vogel-disk | --jittered-grid ]
3939
4040Algorithm description can be found in "Fast Poisson Disk Sampling in Arbitrary Dimensions"
4141http://people.cs.ubc.ca/~rbridson/docs/bridson-siggraph07-poissondisk.pdf
@@ -59,3 +59,7 @@ Poisson rectangle with custom density map
5959Vogel disk
6060
6161![ Vogel disk] ( https://user-images.githubusercontent.com/2510143/144725686-59f31ade-8ddf-4461-9e18-eda0a7cd3146.png )
62+
63+ Jittered grid
64+
65+ ![ image] ( https://user-images.githubusercontent.com/2510143/160268633-365a802b-ded1-40ea-bfef-23d02d6803e4.png )
You can’t perform that action at this time.
0 commit comments