SessionRecording and KeyframeRecording redesign (#3399)

This commit is contained in:
Alexander Bock
2024-10-21 15:06:40 +02:00
committed by GitHub
parent 304cbb2032
commit 438d6e3ddd
49 changed files with 3176 additions and 4971 deletions

View File

@@ -29,7 +29,7 @@
#include <openspace/engine/globalscallbacks.h>
#include <openspace/engine/moduleengine.h>
#include <openspace/engine/windowdelegate.h>
#include <openspace/interaction/sessionrecording.h>
#include <openspace/interaction/sessionrecordinghandler.h>
#include <openspace/navigation/navigationhandler.h>
#include <openspace/network/parallelpeer.h>
#include <openspace/rendering/dashboard.h>
@@ -258,7 +258,7 @@ void ImGUIModule::internalInitialize(const ghoul::Dictionary&) {
global::screenSpaceRootPropertyOwner,
global::moduleEngine,
global::navigationHandler,
global::sessionRecording,
global::sessionRecordingHandler,
global::timeManager,
global::renderEngine,
global::parallelPeer,