better cam controls

This commit is contained in:
2023-06-07 12:33:10 +02:00
parent 148b5f397a
commit 368bc450ce
3 changed files with 8 additions and 7 deletions

View File

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