diff of/testApp.h @ 17:803b8f3b70b4

have added printing of the head data - you will NEED TO PUT the franklin font into ->bin->data for this to work - this is also include here in of
author Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk>
date Thu, 17 Feb 2011 17:03:39 +0000
parents 36e3faa5e9d4
children 7b6dfc67d51e e71aad40a068
line wrap: on
line diff
--- a/of/testApp.h	Thu Feb 17 16:48:51 2011 +0000
+++ b/of/testApp.h	Thu Feb 17 17:03:39 2011 +0000
@@ -14,6 +14,8 @@
 		void update();
 		void draw();
 
+	void getCoordinates(ofxTrackedUser* tracked, int userID);
+	
 		void keyPressed  (int key);
 		void keyReleased(int key);
 		void mouseMoved(int x, int y );
@@ -27,6 +29,14 @@
 		ofxImageGenerator image;
 		//ofImage Davy;
 		bool drawIt;
+
+		int head[6][3];//x,y,and z of the head
+		
+	ofTrueTypeFont franklinBook;
+	string outputString;
 };
 
+
+
+
 #endif