mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-03 10:00:23 +08:00
GUI: Fixed viewpoint including local transform when generating organized mesh
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user