Speeding up the auto rotation algorithm (decreasing accuracy)
This commit is contained in:
parent
415a4fa02b
commit
3f0ea223d1
1 changed files with 1 additions and 1 deletions
|
@ -1732,7 +1732,7 @@ void Plater::priv::sla_optimize_rotation() {
|
|||
});
|
||||
|
||||
auto r = sla::find_best_rotation(
|
||||
*o, .1f,
|
||||
*o, .005f,
|
||||
[stfn](unsigned s) { stfn(s, L("Searching for optimal orientation")); },
|
||||
[this](){ return !rotoptimizing.load(); }
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue