2015體感互動
2015年3月2日 星期一
Week01
import de.voidplus.leapmotion.*;
int x;
LeapMotion lp;
void setup(){
size(800,600,P3D);
lp=new LeapMotion(this);
}
void draw(){
background(255);
for(Hand hand :lp.getHands()){
hand.draw();
}
}
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言