Update sketch_2021_07_11a.pyde

main
Alexandre B A Villares 2021-07-11 18:08:20 -03:00
rodzic f4a6f19a17
commit bc9d00cde2
1 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -14,10 +14,10 @@ def draw():
background(200)
translate(-200, -200)
s = 30
points = ((100, 100, 0), (150, 100, 0), (200, 100, 0), (300, 100, 30), (350, 100, 0),
(360, 200, 0),
(350, 300, 0), (300, 300, -30), (250, 300, 0), (150, 300, 0), (100, 300, 0),
(50, 200, 0),
points = ((100, 100, 0), (150, 150, 0), (200, 100, 0), (300, 150, 30), (350, 100, 0),
(320, 200, 0),
(350, 300, 0), (300, 250, -30), (250, 300, 0), (150, 300, 0), (100, 300, 0),
(150, 200, 0),
)
fill(200, 0, 0)