This commit is contained in:
2026-02-11 17:50:12 +08:00
parent 1bcfb49b7a
commit 26e00f9fea
6 changed files with 202 additions and 51 deletions

View File

@@ -82,6 +82,8 @@ public:
void triggleFirstMouse() { firstMouse_ = !firstMouse_; }
float Zoom() const { return zoom_; }
private:
void updateCameraVectors() {
glm::vec3 front;