Update stipple settings
This commit is contained in:
parent
8f92cc1787
commit
d37efd4619
|
@ -27,11 +27,11 @@ mkdir -p "${OUTPUT}"
|
|||
FRAMERATE=12
|
||||
WIDTH=404
|
||||
HEIGHT=374
|
||||
DOTSIZE=5
|
||||
DOTSIZE=6
|
||||
MAXGENERATIONS=50
|
||||
MAXPARTICLES=1000
|
||||
MINDOTSIZE=0.3
|
||||
LINE=0.3
|
||||
MAXPARTICLES=900
|
||||
MINDOTSIZE=0.5
|
||||
LINE=0.5
|
||||
FILL=true
|
||||
MODE="stipple" #stipple/tsp
|
||||
|
||||
|
|
Loading…
Reference in New Issue