kopia lustrzana https://github.com/villares/sketch-a-day
main
rodzic
6b7677ab45
commit
0d0d9d6272
Plik binarny nie jest wyświetlany.
|
Po Szerokość: | Wysokość: | Rozmiar: 6.3 MiB |
|
|
@ -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:
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue