Small CameraController extension
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user