diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-04-10 16:57:56 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-04-10 16:57:56 +0100 |
| commit | 1e10e507d20f7f38e65672ae1a5499b84b805e62 (patch) | |
| tree | 4a1ef11b8b9dd2feb6dbd9072cdd22140f3ace01 /morpher/src/testApp.h | |
| parent | 1d7efc8eba12b05ad96af2c6e68ba037b2138140 (diff) | |
sequence blending working
Diffstat (limited to 'morpher/src/testApp.h')
| -rw-r--r-- | morpher/src/testApp.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/morpher/src/testApp.h b/morpher/src/testApp.h index c0b665e..0b528ae 100644 --- a/morpher/src/testApp.h +++ b/morpher/src/testApp.h @@ -8,6 +8,11 @@ //#include "ofxMovieExporter.h" +#define HOVER 1 +#define TRANS_HOVERFLY 2 +#define FLAP 3 +#define TRANS_FLYHOVER 4 + class testApp : public ofBaseApp{ public: @@ -33,5 +38,9 @@ class testApp : public ofBaseApp{ int yo,xo; //Apex::ofxMovieExporter movieExporter; + + int state; + + string currentseq; }; |
