mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 00:38:41 +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
|
@ -51,6 +51,7 @@ Item {
|
|||
property bool displayOrigin: false
|
||||
// Camera
|
||||
property bool syncViewpointCamera: false
|
||||
property bool syncWithPickedViewId: false // Sync active camera with picked view ID from sequence player if the setting is enabled
|
||||
property bool viewpointImageOverlay: true
|
||||
property real viewpointImageOverlayOpacity: 0.5
|
||||
readonly property bool showViewpointImageOverlay: syncViewpointCamera && viewpointImageOverlay
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue