Mercurial > hg > movesynth
diff of/testApp.h @ 32:f7caff1c2fa6
i hope to have done osc - by hg -resolve --all and then coming back here to do commit
author | Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk> |
---|---|
date | Fri, 25 Feb 2011 13:48:11 +0000 |
parents | e71aad40a068 7b6dfc67d51e |
children | 718f93c14ba9 |
line wrap: on
line diff
--- a/of/testApp.h Fri Feb 18 10:17:45 2011 +0000 +++ b/of/testApp.h Fri Feb 25 13:48:11 2011 +0000 @@ -20,7 +20,7 @@ void getCoordinates(int userID); void sendDataViaOSC(int userID); - + void keyPressed (int key); void keyReleased(int key); void mouseMoved(int x, int y ); @@ -37,18 +37,13 @@ ofImage anubis; bool drawIt; - float torso[6][3];//x,y,and z of the head + + float torso[6][3];//x,y,and z of the head bool userPresent[6]; ofTrueTypeFont franklinBook; string outputString; ofxOscSender sender; - }; - - - - - #endif