[Panorama Viewer] Use msfmData from PanoramaViewer (WIP)

This commit is contained in:
Thomas Zorroche 2021-07-23 17:00:21 +02:00 committed by Fabien Castan
parent b6be11f39f
commit 223a389748
3 changed files with 5 additions and 17 deletions

View file

@ -15,11 +15,6 @@ AliceVision.FloatImageViewer {
height: textureSize.height
visible: (status === Image.Ready)
property var sfmData
onSfmDataChanged: {
root.surface.msfmData = sfmData;
}
// paintedWidth / paintedHeight / status for compatibility with standard Image
property int paintedWidth: textureSize.width
property int paintedHeight: textureSize.height