wip [PanoramaViewer] make repeater load different file paths

This commit is contained in:
Landrodie 2021-01-21 17:57:47 +01:00 committed by Fabien Castan
parent 6e048877f4
commit cf9dfa6552
2 changed files with 55 additions and 21 deletions

View file

@ -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() {