From 623e1924aeea83ea70c8ae7f645b067f17a293ea Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Wed, 28 Mar 2012 16:28:45 +0100 Subject: mesh loader and morpher working --- morpher/src/testApp.h | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'morpher/src/testApp.h') diff --git a/morpher/src/testApp.h b/morpher/src/testApp.h index 58fb4ce..c0b665e 100644 --- a/morpher/src/testApp.h +++ b/morpher/src/testApp.h @@ -2,6 +2,12 @@ #include "ofMain.h" +#include "morphmesh.h" +#include "normBindTexture.h" + + +//#include "ofxMovieExporter.h" + class testApp : public ofBaseApp{ public: @@ -18,6 +24,14 @@ class testApp : public ofBaseApp{ void windowResized(int w, int h); void dragEvent(ofDragInfo dragInfo); void gotMessage(ofMessage msg); - + + + morphmesh mesh; + ofImage texture; + + float xr,yr; + int yo,xo; + + //Apex::ofxMovieExporter movieExporter; }; -- cgit v1.2.3