mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-02 19:02:29 +02:00
[ui] Sync camera gizmo in Viewer3D enabled
This commit is contained in:
parent
361f777118
commit
369143eca1
6 changed files with 19 additions and 2 deletions
|
@ -226,6 +226,13 @@ Item {
|
|||
drop.urls.forEach(function(url){ load3DMedia(url); });
|
||||
}
|
||||
}
|
||||
|
||||
Connections {
|
||||
target: viewer2D
|
||||
function onSync3DSelectedChanged() {
|
||||
Viewer3DSettings.syncWithPickedViewId = viewer2D.sync3DSelected
|
||||
}
|
||||
}
|
||||
|
||||
// Load reconstructed model
|
||||
Button {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue