We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fc908c commit e0c966eCopy full SHA for e0c966e
meshroom/ui/qml/Viewer3D/MediaLoader.qml
@@ -90,6 +90,7 @@ import Utils 1.0
90
'source': source,
91
'pointSize': Qt.binding(function() { return 0.01 * Viewer3DSettings.pointSize }),
92
'locatorScale': Qt.binding(function() { return Viewer3DSettings.cameraScale }),
93
+ 'viewId': Qt.binding(function() { return _reconstruction.selectedViewId }),
94
'cameraPickingEnabled': Qt.binding(function() { return root.enabled })
95
});
96
0 commit comments