level 1
ZZZZ13222360
楼主
/* * Shapes 2 2016 S1 W1 */ // environment setup size (512,512); // small window colorMode (HSB,360,100,100,100); // HSB,HUE Degrees,Saturation,Bright,Alpha fill (90, 100, 100, 25); // interior color stroke (180, 100, 100); // border color noStroke (); rectMode (CENTER); background (0,50,50,25); // red, 25% opaque // draw snowman body fill (0, 0, 100); // white ? ellipse (width/2, height/4, 100, 100); // head ellipse (width/2, height/2-25, 150, 150); // middle ellipse (width/2, 3*height/4, 225, 225); // bottom // add eyes stroke(0); // black lines triangle (width/2-25, height/4-10, width/2-10, height/4, width/2-35, height/4); triangle (width/2+25, height/4-10, width/2+10, height/4, width/2
+3
5, height/4); arc (width/2, height/4, 50, 50, radians(15), radians(180-15)); strokeWeight(3); // arm/line thicknsds // line (x1,y1,x2,y2); line (width/2.2, height/2, width/2.2-100, height/2-25);
有人可以帮忙完成这个雪人啊 随便就可以
2016年01月28日 09点01分
1
+3
5, height/4); arc (width/2, height/4, 50, 50, radians(15), radians(180-15)); strokeWeight(3); // arm/line thicknsds // line (x1,y1,x2,y2); line (width/2.2, height/2, width/2.2-100, height/2-25);
有人可以帮忙完成这个雪人啊 随便就可以