kopia lustrzana https://github.com/villares/sketch-a-day
Update sketch_2021_07_11a.pyde
rodzic
f4a6f19a17
commit
bc9d00cde2
|
@ -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)
|
||||
|
|
Ładowanie…
Reference in New Issue