float x,y,R,angulo; void setup(){ fullScreen(); background(0); smooth(); x=0; y=(height/2)-R; R=500; angulo=0; } void draw(){ noStroke(); fill(0,20); rect(0,0,width,height); stroke(238,130,238)…
float x,y,R,angulo; void setup(){ fullScreen(); background(0); smooth(); x=0; y=(height/2)-R; R=500; angulo=0; } void draw(){ noStroke(); fill(0,20); rect(0,0,width,height); stroke(238,130,238)…
int i,j; fullScreen(); background(0); for(j=5;j<height-5;j=j+20){ for (i=5;i<width-5;i=i+20){ strokeWeight(10); stroke(255); point(i,j); } }
Sara Varela Bernárdez 2º Bach E google Bola de navidad Bosque nevado ❋