mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-06 10:18:42 +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"
|
property string channelModeString : "rgba"
|
||||||
|
|
||||||
|
// rename into distortionView
|
||||||
property bool distortion: false
|
property bool distortion: false
|
||||||
|
property bool isGridDisplayed : false;
|
||||||
|
|
||||||
|
|
||||||
onDistortionChanged: {
|
onDistortionChanged: {
|
||||||
console.warn("distortion");
|
console.warn("distortion");
|
||||||
root.hasDistortion(distortion);
|
root.hasDistortion(distortion);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
onIsGridDisplayedChanged: {
|
||||||
|
root.displayGrid()
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
channelMode: {
|
channelMode: {
|
||||||
switch(channelModeString)
|
switch(channelModeString)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue