2016年2月25日 星期四

02160740_莊鎧旭_WEEK01



今天介紹了LEAPMOTION
很酷!


程式碼
import de.voidplus.leapmotion.*;
LeapMotion leap;

void setup(){
  size(800,600);
  leap = new LeapMotion(this);
}
void draw(){
  for(Hand hand : leap.getHands ()){
    hand.draw();
  }
}



沒有留言:

張貼留言