mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-13 16:22:13 +02:00
[Panorama Viewer] downscale spinbox works
This commit is contained in:
parent
80ee18e5ff
commit
613dba2a33
1 changed files with 6 additions and 0 deletions
|
@ -51,6 +51,12 @@ AliceVision.PanoramaViewer {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
onDownscaleValueChanged: {
|
||||||
|
for (var i = 0; i < repeater.model; i++) {
|
||||||
|
repeater.itemAt(i).item.setDownscale(downscaleValue);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
clearBeforeLoad: true
|
clearBeforeLoad: true
|
||||||
|
|
||||||
channelMode : AliceVision.PanoramaViewer.EChannelMode.RGBA
|
channelMode : AliceVision.PanoramaViewer.EChannelMode.RGBA
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue