From ab44c856bd29a742144b910d2d2b6cc83b2b97a6 Mon Sep 17 00:00:00 2001 From: Gordie Schiebel Date: Wed, 7 Sep 2022 22:59:47 -0400 Subject: [PATCH] idk lowed sens a bit --- src/input/emulated/VPADController.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input/emulated/VPADController.cpp b/src/input/emulated/VPADController.cpp index d92f2d8a..c9b23960 100644 --- a/src/input/emulated/VPADController.cpp +++ b/src/input/emulated/VPADController.cpp @@ -324,7 +324,7 @@ void VPADController::update_motion(VPADStatus_t& status) static glm::vec3 m_lastGyroRotation{}, m_startGyroRotation{}; static bool m_startGyroRotationSet{}; - float rotX = (wy * 0.05) * 1; // up/down best + float rotX = (wy * 0.025) * 1; // up/down best float rotY = (wx * -0.1) * 1; // left/right float rotZ = 0; //input_manager.m_mouse_wheel * 14.0f + m_lastGyroRotation.z; input_manager.m_mouse_wheel = 0.0f;