Speeding up the auto rotation algorithm (decreasing accuracy)

This commit is contained in:
tamasmeszaros 2018-11-27 11:09:25 +01:00
parent 415a4fa02b
commit 3f0ea223d1

View file

@ -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(); }
);