求哪位大神幫忙發一下這個圖的代碼啊
processing吧
全部回复
仅看楼主
level 3
2017年03月19日 04点03分 1
level 1
// Exercício 02 – Cenário
size (500, 500);background (53, 219, 227);fill (13, 116, 67);
noStroke ();
ellipse (125, 450, 350, 125);ellipse (450, 375, 250, 400);fill (240, 200, 136);
rect (230, 300, 150, 300);fill (147, 51, 34);
triangle (305, 190, 180, 300,430, 300);
fill (113, 74, 25);
rect (243, 355, 65, 150);
fill (170, 165, 165);
rect (0, 450, 500, 300);fill (255, 255, 255);stroke (70);strokeWeight (3);
rect (320, 310, 44, 44);
line (342, 354, 342, 310);line (320, 332, 364, 332);fill (224, 240, 60);
noStroke ();
ellipse (135, 125, 150, 150);
2017年05月14日 07点05分 2
1