Skip to content
Snippets Groups Projects
Commit 2a6cdc00 authored by Vanessa Karolek's avatar Vanessa Karolek
Browse files

[#42] adjust scroll sensitivity to not kill your mouse

parent 056c3aac
No related branches found
No related tags found
1 merge request!35Resolve "Kamera - Trackballkamera"
Pipeline #25672 failed
......@@ -6,7 +6,7 @@ namespace vkcv {
m_rotationActive = false;
m_radius = 3.0f;
m_cameraSpeed = 2.5f;
m_scrollSensitivity = 0.05f;
m_scrollSensitivity = 0.2f;
}
void TrackballCameraController::setRadius(const float radius) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment