Add option to reconfigure ar session

This commit is contained in:
Georg Hagen
2025-02-24 15:23:19 +01:00
parent e2ff63dcde
commit 6cc778021f
3 changed files with 35 additions and 15 deletions

View File

@@ -25,6 +25,10 @@ namespace OpenVulkano::AR::ArKit
ArSessionArKitInternal(const ArSessionConfig& config);
~ArSessionArKitInternal() override;
void Configure(const ArSessionConfig& config) override;
void Restart() override;
void Start() override;