Jamie Allen 88fa037593 removed the saving maximum condition from each analysis class
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
2012-02-19 16:13:09 +01:00
2012-01-24 16:52:22 +01:00

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
[kunstwerk] Refractive Index
Readme 375 KiB
Languages
C++ 100%