diff options
| author | Tim Redfern <tim@getdrop.com> | 2018-05-30 00:28:58 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2018-05-30 00:28:58 +0100 |
| commit | d7dafb27a12ed3168fbf910e8efc90367cbd19d9 (patch) | |
| tree | a0e219da25e48eb67c4518f58277c71557afefd8 /gistanalysis/src/ofApp.cpp | |
| parent | 347ff04d88cb01fb10eb26513031c03665e0068c (diff) | |
fairly good chaos
Diffstat (limited to 'gistanalysis/src/ofApp.cpp')
| -rw-r--r-- | gistanalysis/src/ofApp.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gistanalysis/src/ofApp.cpp b/gistanalysis/src/ofApp.cpp index bc3ec34..d5fdf65 100644 --- a/gistanalysis/src/ofApp.cpp +++ b/gistanalysis/src/ofApp.cpp @@ -67,6 +67,10 @@ void ofApp::setup(){ chaosgui.setup("chaos","",230,10); // most of the time you don't need a name but don't forget to call setup chaosgui.add(plotter.usechaos.set("use",false)); chaosgui.add(plotter.chaosamount.set("amount", 0.5f, 0.0f, 1.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)); /* //add special crest graph |
