if(_save_cnt >= NUM_SAVE_PER_RUN) _RUN_DONE = true; and using max_frame_cnt as the end condition for the run being finished... not sure if this is working the way it should... need to think through the math of the frameRate/timing calculations in the setup for each class
WARNING: WORK IN PROGRESS...
configuring OpenFrameworks
-----------------
these files are configured according to OpenFrameworks addons - http://ofxaddons.com/howto
(1) drag-drop "ReflectiveIndex" folder into your OpenFrameworks project
(2) Install depedencies: {ofxDirList, ofxControlPanel, ofxXmlSettings};
(3) Press Play!
Description
Languages
C++
100%