Image sequencing improvements and optimization of projection.

Projection now occurs only at specified timestamps.
Todo:
projection class now dependent on image sequences, will have
to change that once we read specific instrument schedule.
This commit is contained in:
Michal Marcinkowski
2015-01-21 11:28:38 -05:00
parent fa0f26c9da
commit a8e5b61272
11 changed files with 170 additions and 84 deletions

View File

@@ -499,7 +499,7 @@ void OpenSpaceEngine::preSynchronization() {
_interactionHandler.update(dt);
_interactionHandler.lockControls();
Time::ref().advanceTime(dt);
// Time::ref().advanceTime(dt);
}
}