[ui] Viewer3D: improved trackball parameters

Make trackball larger and adjust rotation speed to make 3D navigation easier.
This commit is contained in:
Yann Lanthony 2019-06-17 12:24:51 +02:00
parent 2b1f2a8334
commit 2b07699f65
No known key found for this signature in database
GPG key ID: 519FAE6DF7A70642

View file

@ -134,8 +134,8 @@ FocusScope {
width: root.width
height: root.height
}
rotationSpeed: 10
trackballSize: 0.4
rotationSpeed: 16
trackballSize: 0.9
camera: mainCamera
focus: scene3D.activeFocus