From a0b504d11542097843db77653d3e26516a892593 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Mon, 10 Sep 2018 23:24:49 +0100 Subject: lut blend --- gui/src/ofApp.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'gui/src/ofApp.cpp') diff --git a/gui/src/ofApp.cpp b/gui/src/ofApp.cpp index 89e92c8..059b498 100644 --- a/gui/src/ofApp.cpp +++ b/gui/src/ofApp.cpp @@ -59,6 +59,16 @@ void ofApp::setup(){ ofSetFrameRate(30); // if vertical sync is off, we can go a bit fast... this caps the framerate at 60fps. + + if (arguments.size()>1){ + vector args; + for (int i=1;i