mirror of
https://github.com/jhasse/poly2tri.git
synced 2025-01-03 16:33:31 +01:00
Make example commands runnable from project dir
This commit is contained in:
parent
fe48835009
commit
d5ecc71f74
10
README.md
10
README.md
@ -65,9 +65,9 @@ p2t random <num_points> <box_radius> <zoom>
|
|||||||
```
|
```
|
||||||
Examples:
|
Examples:
|
||||||
```
|
```
|
||||||
./p2t dude.dat 300 500 2
|
./build/p2t testbed/data/dude.dat 300 500 2
|
||||||
./p2t nazca_monkey.dat 0 0 9
|
./build/p2t testbed/data/nazca_monkey.dat 0 0 9
|
||||||
|
|
||||||
./p2t random 10 100 5.0
|
./build/p2t random 10 100 5.0
|
||||||
./p2t random 1000 20000 0.025
|
./build/p2t random 1000 20000 0.025
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user