kopia lustrzana https://github.com/villares/sketch-a-day
Update sketch_191205a.pyde
rodzic
c04976c42f
commit
28ebda2169
|
@ -21,7 +21,7 @@ def draw():
|
|||
background(240, 250, 250)
|
||||
for i in range(5):
|
||||
pts = lerp_pts(pontos, novos_pontos, i / 5.)
|
||||
draw_pontos(pts, offset_curva, handle=not i)
|
||||
draw_pontos(pts, novo_offset_curva, handle=not i)
|
||||
|
||||
def draw_pontos(pontos, offset, handle=False):
|
||||
for i, (x0, y0) in enumerate(pontos):
|
||||
|
|
Ładowanie…
Reference in New Issue