Skip to content

Commit e0c966e

Browse files
committed
[QtAV][Observations] add viewId attribute for visualisation of observations
1 parent 3fc908c commit e0c966e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

meshroom/ui/qml/Viewer3D/MediaLoader.qml

+1
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)