mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
ExportCloudsDialog: decreased minimum triangle size from 2 to 1
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user