diff --git a/s198/s198.gif b/s198/s198.gif index 7a9cf2b0..eed750cf 100644 Binary files a/s198/s198.gif and b/s198/s198.gif differ diff --git a/s198/s198.pyde b/s198/s198.pyde index 7eeb88cd..a94aef05 100644 --- a/s198/s198.pyde +++ b/s198/s198.pyde @@ -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: