12,301
edits
(Created page with " int x = width/2; int y = height/2; int s = 10; int c = 255; int a; int klexkomplex = 5; int dichteMin = -10; int dichteMax = 10; void setup () { size(700,700); smooth(); ba...") |
m (moved Digital Bauhaus Vorkurs/Projekte/Kleckse/* CODE to Digital Bauhaus Vorkurs/Projekte/Kleckse/Ellipse Spritzer) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
<source lang="Java"> | |||
int x = width/2; | int x = width/2; | ||
Line 75: | Line 75: | ||
} | } | ||
} | } | ||
</source> |