Fix AR background alignment issues
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user