diff options
| author | Comment <tim@gray.(none)> | 2013-06-17 09:30:14 +0100 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-06-17 09:30:14 +0100 |
| commit | 021e5cdd35bd0a84295e8083c5b5dd9b19b03a79 (patch) | |
| tree | a46bc6146db19cff95fcf31b0323e8ce555032c0 /03_play/src/testApp.h | |
| parent | 4f4662fba0c22c91c17eeea436d566398f8e5779 (diff) | |
difficulties with playback
Diffstat (limited to '03_play/src/testApp.h')
| -rw-r--r-- | 03_play/src/testApp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/03_play/src/testApp.h b/03_play/src/testApp.h index 1b3a0c1..67cd4dc 100644 --- a/03_play/src/testApp.h +++ b/03_play/src/testApp.h @@ -47,6 +47,9 @@ public: float offset; ofxMayaCam cam; + + bool drawmovies,drawcloud; + int frame; }; |
