diff options
Diffstat (limited to 'morpher/src/testApp.h')
| -rw-r--r-- | morpher/src/testApp.h | 16 |
1 files changed, 15 insertions, 1 deletions
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; }; |
