2014-07-14から1日間の記事一覧

ofxkinect Exampleメモ(2)

//--------------------------------------------------------------void testApp::update() { ofBackground(100, 100, 100); //kinectからの画像を更新 kinect.update(); // there is a new frame and we are connected //そこに新しいフレームがあり、我々…