1st installment of object/instance labels in 3D scene

This commit is contained in:
Enrico Turri
2020-01-28 13:15:21 +01:00
parent 5d12b9bbab
commit 7930e60a97
7 changed files with 190 additions and 0 deletions

View File

@@ -95,6 +95,11 @@ void AppConfig::set_defaults()
set("use_free_camera", "0");
#endif // ENABLE_6DOF_CAMERA
#if ENABLE_SHOW_SCENE_LABELS
if (get("show_labels").empty())
set("show_labels", "0");
#endif // ENABLE_SHOW_SCENE_LABELS
// Remove legacy window positions/sizes
erase("", "main_frame_maximized");
erase("", "main_frame_pos");