kopia lustrzana https://github.com/villares/sketch-a-day
readme gif 67
rodzic
74f1bd8e3c
commit
90e796f05d
|
|
@ -8,6 +8,14 @@ If you enjoy this, make a small donation [here](https://www.paypal.com/cgi-bin/w
|
|||
|
||||
----
|
||||
|
||||

|
||||
|
||||
067: [code](https://github.com/villares/sketch-a-day/tree/master/s067) [[Py.Processing](https://villares.github.io/como-instalar-o-processing-modo-python/index-EN)]
|
||||
|
||||
Something else.
|
||||
|
||||
----
|
||||
|
||||

|
||||
|
||||
066: [code](https://github.com/villares/sketch-a-day/tree/master/s066) [[Py.Processing](https://villares.github.io/como-instalar-o-processing-modo-python/index-EN)]
|
||||
|
|
|
|||
Plik binarny nie jest wyświetlany.
|
Po Szerokość: | Wysokość: | Rozmiar: 1.9 MiB |
|
|
@ -15,6 +15,8 @@ def draw():
|
|||
D = map(mouseY, 0, height, 1, 3+N)
|
||||
print(N, D)
|
||||
poly_shape(width/2, height/2, N, D)
|
||||
|
||||
if not frameCount % 10: saveFrame("s####.tga")
|
||||
|
||||
|
||||
def poly_shape(x, y, angle, D):
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue