Utility new min/max clearing now an option in GUI

Also,  tripod Spacebrew names are unique "Active Tripod" + appId
This commit is contained in:
James Alliban
2014-01-23 12:40:04 +00:00
parent 4d81819b99
commit 41db6d58b5
21 changed files with 40 additions and 34 deletions
+3
View File
@@ -82,6 +82,9 @@ void GUI::addGraphDesignGUI()
ofxUICanvas* gui = getNewGUI(title);
gui->addToggle("Toggle Graph animation", &Graph::isAnimating, toggleDim, toggleDim);
gui->addToggle("Toggle New Min/Max clear", &Graph::isClearOnNewMinMax, toggleDim, toggleDim);
gui->addSpacer(length, 1);
gui->addToggle("Toggle Draw Body", &Graph::isDrawBody, toggleDim, toggleDim);
gui->addToggle("Toggle Draw Lines", &Graph::isDrawLines, toggleDim, toggleDim);
gui->addToggle("Toggle Clamp Y Values", &Graph::isClampYValues, toggleDim, toggleDim);