diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-03-28 16:28:45 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-03-28 16:28:45 +0100 |
| commit | 623e1924aeea83ea70c8ae7f645b067f17a293ea (patch) | |
| tree | 6016c770098ef923e6fac0be12040703d99fcbb2 /morpher/src/testApp.h | |
| parent | a47b39541a7f60dfdda921c9598abe947e1e6ad9 (diff) | |
mesh loader and morpher working
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; }; |
