Alexandre B A Villares 2018-10-12 22:12:04 -03:00
rodzic 6b7677ab45
commit 0d0d9d6272
2 zmienionych plików z 2 dodań i 2 usunięć

BIN
s287/s287.gif 100644

Plik binarny nie jest wyświetlany.

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 6.3 MiB

Wyświetl plik

@ -14,7 +14,7 @@ def setup():
# strokeWeight(2)
rectMode(CENTER)
frameRate(10)
random_seed(7)
random_seed(4)
Node.init_grid(GRID_SIZE, BORDER)
def draw():
@ -25,7 +25,7 @@ def draw():
for node in Node.nodes:
node.plot(ang)
if ang < TWO_PI:
if ang < TWO_PI + 1/31.:
pass
#saveFrame("###.png")
else: