mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-24 03:57:28 +02:00
[PanoramaViewer] add panorama toolbar
This commit is contained in:
parent
48d118e4fe
commit
6a152ca69a
4 changed files with 174 additions and 10 deletions
|
@ -27,8 +27,6 @@ AliceVision.PanoramaViewer {
|
|||
return Image.Null;
|
||||
|
||||
root.defaultControlPoints();
|
||||
grid.recalculateCP();
|
||||
repeater.displayControlPoints();
|
||||
|
||||
return Image.Ready;
|
||||
}
|
||||
|
@ -67,8 +65,11 @@ AliceVision.PanoramaViewer {
|
|||
Connections {
|
||||
target: root
|
||||
onVerticesChanged : {
|
||||
if (reinit)
|
||||
grid.recalculateCP()
|
||||
if (reinit){
|
||||
grid.recalculateCP();
|
||||
grid.generateControlPoints();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue