[ui] Sync camera gizmo in Viewer3D enabled

This commit is contained in:
Aurore LAFAURIE 2024-04-04 18:19:15 +02:00 committed by Candice Bentéjac
parent 361f777118
commit 369143eca1
6 changed files with 19 additions and 2 deletions

View file

@ -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 {