2016體感互動
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(); }
}
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言