Add playback progress

This commit is contained in:
Georg Hagen
2024-08-14 15:43:40 +02:00
parent c5dfbc41e0
commit ae7db556c3
3 changed files with 14 additions and 2 deletions

View File

@@ -88,6 +88,7 @@ namespace OpenVulkano::AR::Playback
auto view = frame->GetCameraViewForCurrentDeviceOrientation();
OnNewCameraViewMatrix(view);
}
OnPlaybackProgress(playbackReader.GetProgress());
}
catch (const std::exception& e)
{