mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-25 05:48:59 -05:00
Add Logarithmic sliders and Color picker (#1564)
* Pass ViewOptions meta data to WebUi * Add Color ViewOption * Add Logarithmic ViewOption * Update gui hash to get slider and color picker UI features
This commit is contained in:
@@ -204,6 +204,7 @@ RenderableTrail::Appearance::Appearance()
|
||||
{ RenderingModeLinesPoints, "Lines+Points" }
|
||||
});
|
||||
|
||||
lineColor.setViewOption(properties::Property::ViewOptions::Color);
|
||||
addProperty(lineColor);
|
||||
addProperty(useLineFade);
|
||||
addProperty(lineFade);
|
||||
|
||||
Reference in New Issue
Block a user