Remove static min/max values and compute scaling factors directly from data

This commit is contained in:
Alexander Bock
2016-06-06 09:52:47 +02:00
parent 16559231bd
commit 742bfcfe86
2 changed files with 55 additions and 21 deletions
@@ -43,7 +43,6 @@ public:
protected:
ghoul::SharedMemory* _performanceMemory = nullptr;
float _minMaxValues[2];
int _sortingSelection;
bool _sceneGraphIsEnabled;