1. Processing 寫出來的作品
2. Processing 練習
size (500,500); PImage kitty; kitty=loadImage("http://www.wahouse.com.tw/blog/images/upimages/y1w3e2f8j2j003d8p876.jpg"); image(kitty, 5,50);
3. Processing 畫圖
原圖
Processing 執行畫面
程式碼:
size(400,350);
background(187,216,255);
/*SUN*/
fill(255,255,0);
ellipse(115, 50, 45, 45);
fill(228,102,37);
triangle(100, 10, 97, 23, 112, 18);
triangle(135, 12, 125, 18, 136, 23);
triangle(142, 32, 148, 45, 155, 32);
triangle(145, 53, 152, 65, 138, 66);
triangle(130, 76, 117, 78, 127, 86);
triangle(92, 75, 105, 78, 93, 86);
triangle(82, 53, 85, 65, 72, 63);
triangle(75, 31, 87, 30, 83, 43);
/*Doll*/
noFill();
ellipse(200 ,130 , 15, 15);//circle
ellipse(200 ,80 , 15, 100);
fill(255,255,255);//body
triangle(198, 200, 225, 320, 130, 300);
fill(255,255,255);//Head
ellipse(200, 185, 120, 95);
fill(0,0,0);
ellipse(170, 185, 10, 10);//eyes
ellipse(230, 190, 10, 10);
noFill();//mouse
beginShape();
curveVertex(155, 200);
curveVertex(155, 200);
curveVertex(195, 220);
curveVertex(235, 210);
curveVertex(235, 210);
endShape();
4.
題 :學了什麼? 有什麼不懂?
今天學到了 Processing 最基本的一些語法
老師還告訴我們一個網站,讓我們可以直接在網路上查詢語法。
剛開始第一堂課,目前都還聽得懂,而且 Processing 的程式語言
感覺還蠻人性化的,所以很好理解:)
缺畫出來的圖
回覆刪除70分 助教
92
回覆刪除