mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 08:18:25 +02:00
[Panorama Viewer] Use msfmData from PanoramaViewer (WIP)
This commit is contained in:
parent
b6be11f39f
commit
223a389748
3 changed files with 5 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue