Updated default decimation to 4 instead of 8

This commit is contained in:
matlabbe
2016-05-26 12:13:59 -04:00
parent 0bbb773e95
commit 7f2a899c6f

View File

@@ -1141,7 +1141,7 @@ void PreferencesDialog::resetSettings(QGroupBox * groupBox)
for(int i=0; i<2; ++i)
{
_3dRenderingShowClouds[i]->setChecked(true);
_3dRenderingDecimation[i]->setValue(8);
_3dRenderingDecimation[i]->setValue(4);
_3dRenderingMaxDepth[i]->setValue(0.0);
_3dRenderingMinDepth[i]->setValue(0.0);
_3dRenderingShowScans[i]->setChecked(true);