kopia lustrzana https://github.com/villares/sketch-a-day
rodzic
97db538078
commit
0d3ba6b795
BIN
s198/s198.gif
BIN
s198/s198.gif
Plik binarny nie jest wyświetlany.
Przed Szerokość: | Wysokość: | Rozmiar: 3.4 MiB Po Szerokość: | Wysokość: | Rozmiar: 4.2 MiB |
|
@ -1,5 +1,5 @@
|
|||
# Alexandre B A Villares - https://abav.lugaralgum.com/sketch-a-day
|
||||
SKETCH_NAME = "s197b" # 20180713
|
||||
SKETCH_NAME = "s198b" # 20180713
|
||||
OUTPUT = ".gif"
|
||||
|
||||
from gif_export_wrapper import *
|
||||
|
@ -30,9 +30,9 @@ def draw():
|
|||
for i, h in enumerate(hatches):
|
||||
h.plot()
|
||||
|
||||
global_rot += 0.0314
|
||||
global_rot += 0.0314 * 2
|
||||
|
||||
if not frameCount % 5:
|
||||
if not frameCount % 2:
|
||||
gif_export(GifMaker, filename=SKETCH_NAME)
|
||||
|
||||
if global_rot > TWO_PI:
|
||||
|
|
Ładowanie…
Reference in New Issue