mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 00:08:29 +02:00
wip [PanoramaViewer] make repeater load different file paths
This commit is contained in:
parent
6e048877f4
commit
cf9dfa6552
2 changed files with 55 additions and 21 deletions
|
@ -48,6 +48,8 @@ AliceVision.FloatImageViewer {
|
|||
property int subdivisions: 5;
|
||||
property int pointsNumber: (subdivisions + 1) * (subdivisions + 1);
|
||||
|
||||
property int index: 0;
|
||||
|
||||
property string sfmPath: ""
|
||||
|
||||
function updateSfmPath() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue