aboutsummaryrefslogtreecommitdiff
path: root/source/Camera.hpp
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2022-05-08 00:50:52 -0700
committerrtk0c <[email protected]>2022-05-08 00:50:52 -0700
commita4ccb12fb3062e446d5b6a1dfd6fa91ae1c2fa5f (patch)
treef2765c869af4f37106a0f5ebc530ea7448655a0c /source/Camera.hpp
parentdaca3ada37d885b197d6fa810b6b793f18f8068e (diff)
Changeset: 29 Redefine world coordinate to have units in meters
Diffstat (limited to 'source/Camera.hpp')
-rw-r--r--source/Camera.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/Camera.hpp b/source/Camera.hpp
index 8cfcd0d..72c16f3 100644
--- a/source/Camera.hpp
+++ b/source/Camera.hpp
@@ -8,6 +8,7 @@ public:
std::string name;
glm::vec3 eye;
glm::vec3 target;
+ float pixelsPerMeter;
bool perspective;
public: