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