Struct SliderFloat
Defined in File GuiWidgetDescription.h
Struct Documentation
-
struct SliderFloat
A floating-point slider in [min_value, max_value].
The displayed value beside the slider uses
format_string(printf style, default “%.2f”).nanogui : nanogui::Slider (0–1 normalised internally) + adjacent Label. The backend maps [min_value, max_value] ↔ [0,1] transparently. ImGui : ImGui::SliderFloat.