Small CameraController extension

This commit is contained in:
Georg Hagen
2024-06-23 23:25:38 +02:00
parent ef666fae8f
commit 162cab72fb
3 changed files with 5 additions and 1 deletions

View File

@@ -40,6 +40,8 @@ namespace OpenVulkano
void Close() override;
void SetRegistration(const Math::Matrix4f& reg) { m_registration = reg; }
[[nodiscard]] std::shared_ptr<AR::ArSession> GetArSession() const { return m_arSession; }
private: