Skip to content

Commit

Permalink
Input: Updated Kinect call in YellowTail and PaintBrush.
Browse files Browse the repository at this point in the history
  • Loading branch information
prisonerjohn committed Dec 11, 2013
1 parent f2d9e78 commit 14ae6ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions VSPaintBrush/src/testApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
void testApp::setup(){
ofSetVerticalSync(true);

// SetCloudsInput(ofPtr<CloudsInput>(new CloudsInputKinectOSC(false)));

SetCloudsInputKinect();
PaintBrush.setup();
PaintBrush.playSystem();
}
Expand Down
4 changes: 2 additions & 2 deletions VSYellowTail/src/testApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ void testApp::setup()
{
ofSetVerticalSync(true);

SetCloudsInput(ofPtr<CloudsInput>(new CloudsInputKinectOSC()));

SetCloudsInputKinect();
yellowTail.setup();
yellowTail.playSystem();
}
Expand Down

0 comments on commit 14ae6ca

Please sign in to comment.