mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-28 22:17:40 +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
|
||||
height: root.height
|
||||
}
|
||||
rotationSpeed: 10
|
||||
trackballSize: 0.4
|
||||
rotationSpeed: 16
|
||||
trackballSize: 0.9
|
||||
|
||||
camera: mainCamera
|
||||
focus: scene3D.activeFocus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue