2016年3月10日 星期四

week01

第一週上課內容:
LeapMotion leap;

void setup() {

  size(800,600);
  leap = new LeapMotion(this);

}
void draw() {

  background(255);
  for (Hand hand : leap.getHands ()) {
  hand.draw(); }

沒有留言:

張貼留言