summaryrefslogtreecommitdiff
path: root/gaunt01/src/testApp.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2012-08-22 16:53:32 +0100
committerTim Redfern <tim@eclectronics.org>2012-08-22 16:53:32 +0100
commite64bc72d2f9b66cd91f9514348ac33081504b618 (patch)
tree64f83e3a90c28ddedf5418d617fc05b41fe0d173 /gaunt01/src/testApp.h
parent621674d6e9fb0024645cd0020c6afb51e4b4a7e9 (diff)
non compositing versionHEADmaster
Diffstat (limited to 'gaunt01/src/testApp.h')
-rw-r--r--gaunt01/src/testApp.h2
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;