+ | Pixelisation when moving

This commit is contained in:
TheRedShip
2025-01-10 23:44:17 +01:00
parent bd2a371b50
commit e46f41a4b4
7 changed files with 33 additions and 7 deletions

View File

@ -42,6 +42,8 @@ class Camera
glm::vec2 getDOV();
glm::mat4 getViewMatrix();
float getVelocity();
GPUCamera getGPUData();
void setPosition(glm::vec3 position);

View File

@ -36,6 +36,7 @@ class Window
GLFWwindow *getWindow(void) const;
float getFps(void) const;
int getFrameCount(void) const;
int getPixelisation(void);
private:
GLFWwindow *_window;