[Panorama Viewer] add button interactivity

This commit is contained in:
Landrodie 2021-01-26 10:53:56 +01:00 committed by Fabien Castan
parent 07f115bb70
commit 833d5d9fd6
3 changed files with 23 additions and 20 deletions

View file

@ -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
}
}
/*