mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 00:38:41 +02:00
[Lens Distortion] grid display on off
This commit is contained in:
parent
11e93fd50c
commit
0ce640ed3f
1 changed files with 8 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue