Skip to content

Commit c175b63

Browse files
Added Vogel disk screenshot
1 parent 2d393ef commit c175b63

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

README.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ http://blog.linderdaum.com
1010

1111
=============================
1212

13-
Poisson disk points generator in a single file header-only C++11 library.
13+
Poisson disk & Vogel disk points generator in a single file header-only C++11 library.
1414

1515
=============================
1616

@@ -24,7 +24,7 @@ CMake:
2424

2525
Demo app usage:
2626

27-
Poisson [density-map-rgb24.bmp] [--raw-points] [--num-points=<value>] [--square]
27+
Poisson [density-map-rgb24.bmp] [--raw-points] [--num-points=<value>] [--square] [--vogel-disk]
2828

2929
=============================
3030

@@ -35,6 +35,18 @@ Implementation is based on http://devmag.org.za/2009/05/03/poisson-disk-sampling
3535

3636
=============================
3737

38-
![alt tag](https://camo.githubusercontent.com/d2c51f5ef0b0644378910f2c58e3e29c3e297ab7/687474703a2f2f626c6f672e6c696e6465726461756d2e636f6d2f696d616765732f506f6973736f6e5f4469736b2e706e67)
39-
![alt tag](https://camo.githubusercontent.com/bfd11990fb6d6050d372fc251c2a161344016175/687474703a2f2f626c6f672e6c696e6465726461756d2e636f6d2f696d616765732f506f6973736f6e5f526563742e706e67)
40-
![alt tag](https://camo.githubusercontent.com/82a7c564779471147872bfd35ee0c246b11eb8c3/687474703a2f2f626c6f672e6c696e6465726461756d2e636f6d2f696d616765732f506f6973736f6e5f526563745f44656e736974792e706e67)
38+
Poisson disk
39+
40+
![Poisson disk](https://camo.githubusercontent.com/d2c51f5ef0b0644378910f2c58e3e29c3e297ab7/687474703a2f2f626c6f672e6c696e6465726461756d2e636f6d2f696d616765732f506f6973736f6e5f4469736b2e706e67)
41+
42+
Poisson rectangle
43+
44+
![Poisson rectange](https://camo.githubusercontent.com/bfd11990fb6d6050d372fc251c2a161344016175/687474703a2f2f626c6f672e6c696e6465726461756d2e636f6d2f696d616765732f506f6973736f6e5f526563742e706e67)
45+
46+
Poisson rectangle with custom density map
47+
48+
![Poisson rectangle with custom density map](https://camo.githubusercontent.com/82a7c564779471147872bfd35ee0c246b11eb8c3/687474703a2f2f626c6f672e6c696e6465726461756d2e636f6d2f696d616765732f506f6973736f6e5f526563745f44656e736974792e706e67)
49+
50+
Vogel disk
51+
52+
![Vogel disk](https://user-images.githubusercontent.com/2510143/144725686-59f31ade-8ddf-4461-9e18-eda0a7cd3146.png)

0 commit comments

Comments
 (0)