From 8cc12c684eaf724832cb67b950188306fa9fd0a1 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Mon, 9 Jul 2012 21:23:04 +0100 Subject: version 1.2 --- gaunt01/bin/data/GUI_instructions.png | Bin 102846 -> 112478 bytes gaunt01/src/testApp.cpp | 9 +++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gaunt01/bin/data/GUI_instructions.png b/gaunt01/bin/data/GUI_instructions.png index 3ea1a4d..2d2f3dd 100644 Binary files a/gaunt01/bin/data/GUI_instructions.png and b/gaunt01/bin/data/GUI_instructions.png differ diff --git a/gaunt01/src/testApp.cpp b/gaunt01/src/testApp.cpp index 8e3487a..8fe42cc 100644 --- a/gaunt01/src/testApp.cpp +++ b/gaunt01/src/testApp.cpp @@ -971,8 +971,8 @@ void testApp::draw(){ if (drawStats||mode==CALIBRATE) { ofSetHexColor(0xffffff); char reportStr[1024]; - sprintf(reportStr, "threshold %i\nfps: %3.1f",threshold,ofGetFrameRate()); //\nnum blobs found %i, fps: %f", threshold, contourFinder.nBlobs, ofGetFrameRate()); - ofDrawBitmapString(reportStr, 10, windowHeight-30); + sprintf(reportStr, "threshold %i\nfps: %3.1f\n%s",threshold,ofGetFrameRate(),removeShadows?"Removing shadows":"NOT removing shadows"); //\nnum blobs found %i, fps: %f", threshold, contourFinder.nBlobs, ofGetFrameRate()); + ofDrawBitmapString(reportStr, 10, windowHeight-35); /* char numStr[16]; for(int i=0;i': gameState=(gameState+1)%4; -- cgit v1.2.3