mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 11:39:49 -06:00
Issue/3070 - Outline/border to textured points (#3191)
* Add option for outline styles (round, square, bottom) * Apply color map to point borders
This commit is contained in:
@@ -190,6 +190,8 @@ protected:
|
||||
properties::BoolProperty enableOutline;
|
||||
properties::Vec3Property outlineColor;
|
||||
properties::FloatProperty outlineWeight;
|
||||
properties::OptionProperty outlineStyle;
|
||||
properties::BoolProperty applyCmapToOutline;
|
||||
};
|
||||
ColorSettings _colorSettings;
|
||||
|
||||
@@ -231,7 +233,7 @@ protected:
|
||||
cmapRangeMin, cmapRangeMax, nanColor, useNanColor, hideOutsideRange,
|
||||
enableMaxSizeControl, aboveRangeColor, useAboveRangeColor, belowRangeColor,
|
||||
useBelowRangeColor, hasDvarScaling, dvarScaleFactor, enableOutline, outlineColor,
|
||||
outlineWeight, aspectRatioScale, useOrientationData
|
||||
outlineWeight, outlineStyle, useCmapOutline, aspectRatioScale, useOrientationData
|
||||
) _uniformCache;
|
||||
|
||||
std::filesystem::path _dataFile;
|
||||
|
||||
Reference in New Issue
Block a user