[Lens Distortion] grid display on off

This commit is contained in:
Thomas Zorroche 2021-01-14 18:07:08 +01:00 committed by Fabien Castan
parent 11e93fd50c
commit 0ce640ed3f

View file

@ -33,13 +33,21 @@ AliceVision.FloatImageViewer {
property string channelModeString : "rgba"
// rename into distortionView
property bool distortion: false
property bool isGridDisplayed : false;
onDistortionChanged: {
console.warn("distortion");
root.hasDistortion(distortion);
}
onIsGridDisplayedChanged: {
root.displayGrid()
}
channelMode: {
switch(channelModeString)
{