diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-02-02 17:07:11 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-02-02 17:07:11 +0000 |
| commit | dc4013f1380e9fabd6565c741664daed6d8cd7db (patch) | |
| tree | 9ce42e152009bce6e1b79100c8fcbc40801cf31c /src/testApp.h | |
| parent | 46f714e3ccb1949706c734944b4ecc3adde0dec3 (diff) | |
multi clips
Diffstat (limited to 'src/testApp.h')
| -rw-r--r-- | src/testApp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/testApp.h b/src/testApp.h index d0710e2..63e922d 100644 --- a/src/testApp.h +++ b/src/testApp.h @@ -54,6 +54,9 @@ class testApp : public ofBaseApp{ ofx3DModelLoader bottle; ofVideoPlayer texture; + string* clips; + int numClips; + int whichClip; viewpoint* views; int activeView; //receives keypresses |
