mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-29 22:47:17 +02:00
[ui] Viewer3D: improved trackball parameters
Make trackball larger and adjust rotation speed to make 3D navigation easier.
This commit is contained in:
parent
2b1f2a8334
commit
2b07699f65
1 changed files with 2 additions and 2 deletions
|
@ -134,8 +134,8 @@ FocusScope {
|
||||||
width: root.width
|
width: root.width
|
||||||
height: root.height
|
height: root.height
|
||||||
}
|
}
|
||||||
rotationSpeed: 10
|
rotationSpeed: 16
|
||||||
trackballSize: 0.4
|
trackballSize: 0.9
|
||||||
|
|
||||||
camera: mainCamera
|
camera: mainCamera
|
||||||
focus: scene3D.activeFocus
|
focus: scene3D.activeFocus
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue