วันอังคารที่ 2 กันยายน พ.ศ. 2557
Lab2 : favorite a subject/topic
void setup() {
size(323, 200);
background(#E2FFAA);
strokeWeight(2);
stroke(#E69C53);
fill(#FFAD5C);
draw_cone(110, 115, 138, 180, 166, 115);
fill(#24248F);
draw_brand(153, 145, 122, 145, 130, 163, 146, 163);
strokeWeight(2);
stroke(#E69C53);
fill(#FFAD5C);
draw_circle(138, 115, 55, 25);
strokeWeight(2);
stroke(#FFBFBF);
fill(#FFB8B8);
draw_circle(138, 105, 50, 50); //ice-cream
strokeWeight(2);
stroke(#FFBFBF);
fill(#FF0000);
draw_circle(138, 80, 20, 20); //cherry
}
void draw_cone(int x1,int y1,int x2,int y2,int x3,int y3){
triangle(x1, y1, x2, y2, x3, y3);
}
void draw_brand(int x1,int y1,int x2,int y2,int x3,int y3,int x4,int y4){
quad(x1, y1, x2, y2, x3, y3, x4, y4);
}
void draw_circle(int x,int y,int width,int height){
ellipse(x, y, width, height);
}
ป้ายกำกับ:
Lab2
สมัครสมาชิก:
ส่งความคิดเห็น (Atom)
ไม่มีความคิดเห็น:
แสดงความคิดเห็น