Skip to content

Commit 914b428

Browse files
committed
[QtAV][Observations] add viewId attribute for visualisation of observations
1 parent 94c035b commit 914b428

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

meshroom/ui/qml/Viewer3D/MediaLoader.qml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ import Utils 1.0
9090
'source': source,
9191
'pointSize': Qt.binding(function() { return 0.01 * Viewer3DSettings.pointSize }),
9292
'locatorScale': Qt.binding(function() { return Viewer3DSettings.cameraScale }),
93+
'viewId': Qt.binding(function() { return _reconstruction.selectedViewId }),
9394
'cameraPickingEnabled': Qt.binding(function() { return root.enabled })
9495
});
9596

0 commit comments

Comments
 (0)