fixed fades and added the animation for ShadowScapesAnalysis (which will be the same for all analyses - just havne't copied it over yet)

also tried to add a key-press trigger for each analysis but wasn't able to turn off prior analyses without hanging the whole programme
This commit is contained in:
Jamie Allen
2012-02-20 01:47:46 +01:00
parent f2593aed49
commit b045f44bf1
7 changed files with 108 additions and 32 deletions
-1
View File
@@ -117,7 +117,6 @@ void RefractiveIndex::setup()
_analysisVector.push_back(new ColorMultiAnalysis());
_analysisVector.push_back(new DiffNoiseAnalysis());
_currentAnalysisIndx = 0;
_currentAnalysis = _analysisVector.at(_currentAnalysisIndx);