37 namespace visualization {
44 class CollapsableVert;
49 class GuiSettingsModel;
55 const std::string& resource_path,
56 std::function<
void(
const char*)> on_load_ibl);
58 void ShowFileMaterialEntry(
bool show);
63 std::function<void(const char*)> on_load_ibl_;
65 std::shared_ptr<gui::Combobox> lighting_profile_;
66 std::shared_ptr<gui::Checkbox> show_axes_;
67 std::shared_ptr<gui::ColorEdit> bg_color_;
68 std::shared_ptr<gui::Checkbox> show_skybox_;
70 std::shared_ptr<gui::CollapsableVert> advanced_;
71 std::shared_ptr<gui::Checkbox> ibl_enabled_;
72 std::shared_ptr<gui::Checkbox> sun_enabled_;
73 std::shared_ptr<gui::Combobox> ibls_;
74 std::shared_ptr<gui::Slider> ibl_intensity_;
75 std::shared_ptr<gui::Slider> sun_intensity_;
76 std::shared_ptr<gui::VectorEdit> sun_dir_;
77 std::shared_ptr<gui::ColorEdit> sun_color_;
79 std::shared_ptr<gui::Combobox> material_type_;
80 std::shared_ptr<gui::Combobox> prefab_material_;
81 std::shared_ptr<gui::ColorEdit> material_color_;
82 std::shared_ptr<gui::Button> reset_material_color_;
83 std::shared_ptr<gui::Slider> point_size_;
Lays out widgets vertically.
Definition: Layout.h:122
Definition: GuiSettingsView.h:51
Definition: GuiSettingsModel.h:36
Definition: PinholeCameraIntrinsic.cpp:35