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