diff --git a/meshroom/ui/qml/Viewer/PanoramaViewer.qml b/meshroom/ui/qml/Viewer/PanoramaViewer.qml index 1d83bf17..709f8a37 100644 --- a/meshroom/ui/qml/Viewer/PanoramaViewer.qml +++ b/meshroom/ui/qml/Viewer/PanoramaViewer.qml @@ -31,6 +31,8 @@ AliceVision.PanoramaViewer { clearBeforeLoad: true + channelMode : AliceVision.PanoramaViewer.EChannelMode.RGBA + property alias containsMouse: mouseArea.containsMouse property alias mouseX: mouseArea.mouseX property alias mouseY: mouseArea.mouseY