mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-25 21:48:41 -06:00
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:
@@ -499,7 +499,7 @@ void OpenSpaceEngine::preSynchronization() {
|
||||
_interactionHandler.update(dt);
|
||||
_interactionHandler.lockControls();
|
||||
|
||||
Time::ref().advanceTime(dt);
|
||||
// Time::ref().advanceTime(dt);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user