diff options
| author | Tim Redfern <tim@getdrop.com> | 2018-07-04 09:29:52 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2018-07-04 09:29:52 +0100 |
| commit | b720d6d730a0d23425ca4c3ef7c156e1c7760ea1 (patch) | |
| tree | a3f60eef23a131ce53bf1f35fa9ce75beffa56cc /gui/src/ofApp.cpp | |
| parent | efda4fd446da89ccd3909c988b6c1e932efa24bb (diff) | |
plugin architecture
Diffstat (limited to 'gui/src/ofApp.cpp')
| -rw-r--r-- | gui/src/ofApp.cpp | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/gui/src/ofApp.cpp b/gui/src/ofApp.cpp index caa9195..cfa9df1 100644 --- a/gui/src/ofApp.cpp +++ b/gui/src/ofApp.cpp @@ -73,14 +73,7 @@ void ofApp::setup(){ onset_frame=0; chaosgui.setup("chaos","",460,820); - chaosgui.add(plugin_label.setup(chaosgui.chaosloader.name)); - chaosgui.add(plotter.usechaos.set("use",false)); - chaosgui.add(plotter.chaosamount.set("amount", 0.0f, -0.1f, 0.1f)); - chaosgui.add(plotter.chaosscale.set("scale", 100.0f, 1.0f, 1000.0f)); - chaosgui.add(plotter.chaos_a.set("a", 0.85f, 0.0f, 10.0f)); - chaosgui.add(plotter.chaos_b.set("b", 0.9f, 0.0f, 10.0f)); - chaosgui.add(plotter.chaos_k.set("k", 0.4f, 0.0f, 10.0f)); - chaosgui.add(plotter.chaos_p.set("p", 7.7f, 0.0f, 10.0f)); + chaosgui.update_sliders(); drawgui.setup("drawing","",10,0); drawgui.add(contour_threshold.setup("threshold", 140, 0, 255)); |
