diff --git a/example/RefractiveIndex.cpp b/example/RefractiveIndex.cpp index df13735..9d3b172 100644 --- a/example/RefractiveIndex.cpp +++ b/example/RefractiveIndex.cpp @@ -210,7 +210,7 @@ void RefractiveIndex::draw() // 4) should end in black screen as well // 5) final kill button - ofRect(0,0,ofGetWidth(), ofGetHeight()); + //ofRect(0,0,ofGetWidth(), ofGetHeight()); if(_currentAnalysis) _currentAnalysis->draw(); diff --git a/src/ShadowScapesAnalysis.cpp b/src/ShadowScapesAnalysis.cpp index f10698a..3a1b454 100755 --- a/src/ShadowScapesAnalysis.cpp +++ b/src/ShadowScapesAnalysis.cpp @@ -335,7 +335,7 @@ void ShadowScapesAnalysis::save_cb(Timer& timer) RefractiveIndex::_pixels = RefractiveIndex::_vidGrabber.getPixelsRef(); //get ofPixels from the camera } - cout << "ShadowScapesAnalysis::saving...\n"; + //cout << "ShadowScapesAnalysis::saving...\n"; string file_name;