cleanups, a few comments, and cout commented out
This commit is contained in:
parent
78c2edc0ac
commit
0cd3bca7c0
@ -210,7 +210,7 @@ void RefractiveIndex::draw()
|
|||||||
// 4) should end in black screen as well
|
// 4) should end in black screen as well
|
||||||
// 5) final kill button
|
// 5) final kill button
|
||||||
|
|
||||||
ofRect(0,0,ofGetWidth(), ofGetHeight());
|
//ofRect(0,0,ofGetWidth(), ofGetHeight());
|
||||||
|
|
||||||
if(_currentAnalysis)
|
if(_currentAnalysis)
|
||||||
_currentAnalysis->draw();
|
_currentAnalysis->draw();
|
||||||
|
|||||||
@ -335,7 +335,7 @@ void ShadowScapesAnalysis::save_cb(Timer& timer)
|
|||||||
RefractiveIndex::_pixels = RefractiveIndex::_vidGrabber.getPixelsRef(); //get ofPixels from the camera
|
RefractiveIndex::_pixels = RefractiveIndex::_vidGrabber.getPixelsRef(); //get ofPixels from the camera
|
||||||
}
|
}
|
||||||
|
|
||||||
cout << "ShadowScapesAnalysis::saving...\n";
|
//cout << "ShadowScapesAnalysis::saving...\n";
|
||||||
|
|
||||||
string file_name;
|
string file_name;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user