Update stipple settings.
This commit is contained in:
parent
0e601ebb9a
commit
55a7d83854
10
stipple.sh
10
stipple.sh
|
@ -28,11 +28,11 @@ mkdir -p "${OUTPUT}"
|
||||||
FRAMERATE=12
|
FRAMERATE=12
|
||||||
WIDTH=404
|
WIDTH=404
|
||||||
HEIGHT=374
|
HEIGHT=374
|
||||||
DOTSIZE=6
|
DOTSIZE=2
|
||||||
MAXGENERATIONS=50
|
MAXGENERATIONS=25
|
||||||
MAXPARTICLES=900
|
MAXPARTICLES=1200
|
||||||
MINDOTSIZE=0.5
|
MINDOTSIZE=1.5
|
||||||
LINE=0.5
|
LINE=1.5
|
||||||
FILL=true
|
FILL=true
|
||||||
MODE="stipple" #stipple/tsp
|
MODE="stipple" #stipple/tsp
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue