aboutsummaryrefslogtreecommitdiff
path: root/source/Camera.hpp
diff options
context:
space:
mode:
authorhnOsmium0001 <[email protected]>2022-05-08 00:50:52 -0700
committerhnOsmium0001 <[email protected]>2022-05-08 00:50:52 -0700
commit37baa006649c6ddac40207e3fdc1599407179a76 (patch)
tree0890e1a5a322d5d1c24a162545acd7d2d13baf9d /source/Camera.hpp
parentc2cba4424ea902f062e6af4733670f2be0494889 (diff)
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: