Update sketch_2020_09_26a.pyde

main
Alexandre B A Villares 2020-09-26 22:05:01 -03:00
rodzic 37063846fd
commit 557f5f5d03
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -28,8 +28,8 @@ def draw():
noFill()
translate(4, 10)
arcs.arc_augmented_poly(p_list, r_list, arc_func=arcs.p_arc, num_points=16)
filter(BLUR, 6)
translate(-4, -4)
filter(BLUR, 4)
translate(-3, -3)
strokeWeight(2)
stroke(0)
fill(220, 220, 255, 150)