From 2b07699f65e2c203d9c4bde084838199e7a63e8c Mon Sep 17 00:00:00 2001 From: Yann Lanthony Date: Mon, 17 Jun 2019 12:24:51 +0200 Subject: [PATCH] [ui] Viewer3D: improved trackball parameters Make trackball larger and adjust rotation speed to make 3D navigation easier. --- meshroom/ui/qml/Viewer3D/Viewer3D.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meshroom/ui/qml/Viewer3D/Viewer3D.qml b/meshroom/ui/qml/Viewer3D/Viewer3D.qml index fc7006c1..c7b3b1b8 100644 --- a/meshroom/ui/qml/Viewer3D/Viewer3D.qml +++ b/meshroom/ui/qml/Viewer3D/Viewer3D.qml @@ -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