We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94c035b commit 914b428Copy full SHA for 914b428
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