From 1e10e507d20f7f38e65672ae1a5499b84b805e62 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Tue, 10 Apr 2012 16:57:56 +0100 Subject: sequence blending working --- morpher/src/testApp.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'morpher/src/testApp.h') 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; }; -- cgit v1.2.3