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
|
||||
WIDTH=404
|
||||
HEIGHT=374
|
||||
DOTSIZE=6
|
||||
MAXGENERATIONS=50
|
||||
MAXPARTICLES=900
|
||||
MINDOTSIZE=0.5
|
||||
LINE=0.5
|
||||
DOTSIZE=2
|
||||
MAXGENERATIONS=25
|
||||
MAXPARTICLES=1200
|
||||
MINDOTSIZE=1.5
|
||||
LINE=1.5
|
||||
FILL=true
|
||||
MODE="stipple" #stipple/tsp
|
||||
|
||||
|
|
Loading…
Reference in New Issue