Fix AR background alignment issues

This commit is contained in:
Georg Hagen
2024-07-14 02:35:28 +02:00
parent 8e7b4f602c
commit ec161aa498
3 changed files with 49 additions and 48 deletions

View File

@@ -155,6 +155,7 @@ namespace OpenVulkano::Scene
*/
[[nodiscard]] std::array<uint8_t, 8>& GetUserData() { return m_userData; }
[[nodiscard]] float GetScaleFactor() const { return m_scaleFactor; }
[[nodiscard]] float GetPixelScaleFactor() const { return m_perPixelScaleFactor; }
[[nodiscard]] virtual bool IsPerspective() const { return false; }