2015年3月2日 星期一

HW01,Wee01,01160191蔡秉翰



import de.voidplus.leapmotion.*;
LeapMotion lp;

void setup() {
  size(900, 600, P3D);
   lp = new LeapMotion(this);
}
void draw() {
  background(255);
  for (Hand hand : lp.getHands ())
  {
    hand.draw();
  }
}

沒有留言:

張貼留言