diff options
Diffstat (limited to 'src/camera/camera.h')
-rw-r--r-- | src/camera/camera.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/camera/camera.h b/src/camera/camera.h index 5059655..00a6733 100644 --- a/src/camera/camera.h +++ b/src/camera/camera.h @@ -16,8 +16,8 @@ public: // You might also want to define another function that return the inverse of the view matrix. glm::mat4 getViewMatrix() const; glm::mat4 getInverseViewMatrix() const; - glm::vec3 getTranslationVector() const; - glm::vec3 getInverseTranslationVector() const; + glm::vec4 getTranslationVector() const; + glm::vec4 getInverseTranslationVector() const; // Returns the aspect ratio of the camera. float getAspectRatio() const; |