GUI: Fixed viewpoint including local transform when generating organized mesh

This commit is contained in:
matlabbe
2016-04-12 16:47:55 -04:00
parent 684e9fb8b9
commit b53b861342
4 changed files with 67 additions and 8 deletions

View File

@@ -3538,7 +3538,7 @@ bool PreferencesDialog::isCloudMeshing() const
}
double PreferencesDialog::getCloudMeshingAngle() const
{
return _ui->doubleSpinBox_mesh_angleTolerance->value()*M_PI/180.0f;
return _ui->doubleSpinBox_mesh_angleTolerance->value()*M_PI/180.0;
}
bool PreferencesDialog::isCloudMeshingQuad() const
{