diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-08-22 16:53:32 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-08-22 16:53:32 +0100 |
| commit | e64bc72d2f9b66cd91f9514348ac33081504b618 (patch) | |
| tree | 64f83e3a90c28ddedf5418d617fc05b41fe0d173 /gaunt01/src/testApp.h | |
| parent | 621674d6e9fb0024645cd0020c6afb51e4b4a7e9 (diff) | |
Diffstat (limited to 'gaunt01/src/testApp.h')
| -rw-r--r-- | gaunt01/src/testApp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gaunt01/src/testApp.h b/gaunt01/src/testApp.h index 82f75fe..7740e73 100644 --- a/gaunt01/src/testApp.h +++ b/gaunt01/src/testApp.h @@ -159,6 +159,8 @@ class testApp : public ofBaseApp{ bool drawStats; bool drawInstructions; + + bool composite; //turn off for 'dumb compositing' bool firstframe; //for background removal float bgnum; |
