useless cam functions

This commit is contained in:
2023-08-15 19:19:54 +02:00
parent 380ecf3a27
commit debf9e974c
5 changed files with 11 additions and 0 deletions

View File

@@ -58,6 +58,7 @@ public:
void SetCamAngularMovement(const Vec2f& mov);
void SetCamMovement(const Vec2f& lastCursorPos, const Vec2f& currentCursorPos);
void SetCamLook(const Vec2f& worldPos);
void ResetCamLook();
void SetBackgroundColor(const Vec3f& color) { m_BackgroundColor = color; }

View File

@@ -48,6 +48,7 @@ public:
void Update();
void Render();
void ResetCam();
void SetCamPos(float camX, float camY);
void MoveCam(float relativeX, float relativeY);