This commit is contained in:
2026-02-24 17:29:48 +08:00
parent 26e00f9fea
commit 205fb2da8c
6 changed files with 227 additions and 14 deletions

View File

@@ -23,7 +23,7 @@ public:
: front_(glm::vec3(0.0f, 0.0f, -1.0f)), yaw_(yaw), pitch_(pitch), position_(position)
, worldUp_(up){
zoom_ = 45.0f;
mouseSensitivity_ = 0.1f;
mouseSensitivity_ = 0.08f;
moveSpeed_ = 2.5f;
updateCameraVectors();
}