mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 08:48:40 +02:00
[Panorama Viewer] add button interactivity
This commit is contained in:
parent
07f115bb70
commit
833d5d9fd6
3 changed files with 23 additions and 20 deletions
|
@ -28,7 +28,7 @@ AliceVision.FloatImageViewer {
|
|||
|
||||
if(!isDistoViewer){
|
||||
if(isPanoViewer){
|
||||
root.updateSubdivisions(4)
|
||||
root.updateSubdivisions(12)
|
||||
}
|
||||
else{
|
||||
root.updateSubdivisions(1)
|
||||
|
@ -172,7 +172,13 @@ AliceVision.FloatImageViewer {
|
|||
root.mouseOver(false)
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
function onChangedHighlightState(isHighlightable){
|
||||
if(!isHighlightable){
|
||||
root.mouseOver(true)
|
||||
return true
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue