2015年4月13日 星期一

Week 07

期中作品進度


void draw() {

background(255);
for (Hand hand : leap.getHands ()) {
//hand.draw();
PVector pos = hand.getPosition();
//pushMatrix(); fill(0);
//popMatrix();
ellipse(pos.x, pos.y, 100, 100); } fill(0);
rect(0, 0, 20, 200);
rect(0, 580, 1200, 20); rect(0, 0, 1200, 20);
rect(1180, 400, 20, 200);
rect(0, 400, 20, 200); rect(1180, 0, 20, 200);
}
ellipse(ballX, ballY, 60, 60);


沒有留言:

張貼留言