Refactor some ArCameraController code
This commit is contained in:
@@ -23,7 +23,7 @@ namespace openVulkanoCpp
|
||||
{
|
||||
std::shared_ptr<AR::ArSession> m_arSession;
|
||||
Math::Matrix4f m_registration;
|
||||
Math::Matrix4f m_matrixToUpdate;
|
||||
Math::Matrix4f m_viewMatrixToUpdate;
|
||||
std::mutex m_mutex;
|
||||
std::atomic<bool> m_updated;
|
||||
|
||||
@@ -45,6 +45,6 @@ namespace openVulkanoCpp
|
||||
private:
|
||||
void Init();
|
||||
|
||||
void UpdateCameraTransformation(const Math::Matrix4f& transform);
|
||||
void UpdateCameraViewMatrix(const Math::Matrix4f& transform);
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user