Graph meshes optimised.

This commit is contained in:
James Alliban
2014-01-17 01:11:16 +00:00
parent 6c6cc02dea
commit 447dc2b19c
60 changed files with 9178 additions and 121 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ void GUI::addGraphDesignGUI()
gui->addSlider("Graph Width max", 1, 300, &Graph::maxGraphWidth, length, dim);
gui->addSlider("Graph Height Max", 0, 100, &Graph::graphHeightMax, length, dim);
gui->addSlider("Graph bottom end (percent)", 0, 20, &Graph::graphEndPercent, length, dim);
gui->addSlider("Data send speed (seconds)", 0.1, 20, &app->dataManager.sendDataSpeed, length, dim);
gui->addSlider("Data send speed (seconds)", 0.01, 10, &app->dataManager.sendDataSpeed, length, dim);
gui->addSlider("Line Thickness", 1, 20, &Graph::lineThickness, length, dim);
gui->addLabel("GRID");