Skip to content

Commit

Permalink
added malt_ortho with planes
Browse files Browse the repository at this point in the history
  • Loading branch information
Erika committed Sep 18, 2024
1 parent b773474 commit 1729f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relight-pano/panobuilder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ void PanoBuilder::malt_ortho(){
QStringList arguments;
arguments << "Malt" << "Ortho" << "plane_*_.*jpg" << "Abs" << "ZoomF=4"
<< "DirMEC=Malt" << "DirTA=TA" << "DoMEC=0" << "DoOrtho=1"
<< "ImOrtho=plane_*_.*jpg" << "DirOF=Ortho-Couleur";
<< "ImOrtho=plane_*.jpg" << "DirOF=Ortho-Couleur";

QString command = program + " " + arguments.join(" ");
cout << "Print command: " << qPrintable(command) << endl;
Expand Down

0 comments on commit 1729f94

Please sign in to comment.