summaryrefslogtreecommitdiffhomepage
path: root/gui/wizard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/wizard.cpp')
-rw-r--r--gui/wizard.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/gui/wizard.cpp b/gui/wizard.cpp
index cf987ecb..53e07f1a 100644
--- a/gui/wizard.cpp
+++ b/gui/wizard.cpp
@@ -63,9 +63,10 @@ void Wizard::set_data()
state.pose.save_mappings();
settings_pt pt;
- pt.threshold = 31;
- pt.min_point_size = 0;
- pt.max_point_size = 50;
+ pt.threshold = 75;
+ pt.auto_threshold = true;
+ pt.min_point_size = 1.4;
+ pt.max_point_size = 10;
pt.fov = 1;
pt.camera_mode = 0;
pt.model_used = m;