ExportCloudsDialog: voxel size is now to 0.02 by default to limit the size of generated cloud (using too much RAM may result in a crash)

This commit is contained in:
matlabbe
2018-02-06 11:34:54 -05:00
parent 42199eefd2
commit a320eb5d8e

View File

@@ -510,7 +510,7 @@ void ExportCloudsDialog::restoreDefaults()
_ui->spinBox_filteringMinNeighbors->setValue(2);
_ui->checkBox_assemble->setChecked(true);
_ui->doubleSpinBox_voxelSize_assembled->setValue(0.0);
_ui->doubleSpinBox_voxelSize_assembled->setValue(0.02);
_ui->comboBox_frame->setCurrentIndex(0);
_ui->checkBox_subtraction->setChecked(false);