tried to reduce some gif export artifact
main
Alexandre B A Villares 2018-07-15 00:28:44 -03:00
rodzic 97db538078
commit 0d3ba6b795
2 zmienionych plików z 3 dodań i 3 usunięć

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 3.4 MiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 4.2 MiB

Wyświetl plik

@ -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: