141
edits
Line 654: | Line 654: | ||
scale(0.5); | scale(0.5); | ||
rotate(150); | rotate(150); | ||
for(int | for(int h=0; h<10; h++) | ||
{ | { | ||
fill(255,255,0,50); | fill(255,255,0,50); | ||
for(int | for(int g=0; g<10; g++) | ||
{ | { | ||
beginShape(QUAD_STRIP); | beginShape(QUAD_STRIP); |
edits