basic camera movement

This commit is contained in:
2023-06-05 13:15:27 +02:00
parent b72f4a7673
commit faf544f997
3 changed files with 8 additions and 5 deletions

View File

@@ -31,6 +31,8 @@ private:
std::unique_ptr<shader::WorldShader> m_WorldShader;
std::unique_ptr<shader::EntityShader> m_EntityShader;
Vec2i m_WindowSize;
Vec3f m_BackgroundColor;
Camera m_Camera {};