ExportCloudsDialog: decreased minimum triangle size from 2 to 1

This commit is contained in:
matlabbe
2016-11-10 09:48:51 -05:00
parent edcd92fbb7
commit 98851ed686
2 changed files with 3 additions and 3 deletions

View File

@@ -363,7 +363,7 @@ void ExportCloudsDialog::restoreDefaults()
_ui->doubleSpinBox_mesh_angleTolerance->setValue(15.0);
_ui->checkBox_mesh_quad->setChecked(false);
_ui->spinBox_mesh_triangleSize->setValue(2);
_ui->spinBox_mesh_triangleSize->setValue(1);
updateReconstructionFlavor();
updateTexturingAvailability();