mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 11:09:37 -06:00
Adapt the visibility settings for all properties
This commit is contained in:
@@ -44,19 +44,24 @@ namespace {
|
||||
"Constellation Names File Path",
|
||||
"Specifies the file that contains the mapping between constellation "
|
||||
"abbreviations and full names of the constellations. If this value is empty, the "
|
||||
"abbreviations are used as the full names"
|
||||
"abbreviations are used as the full names",
|
||||
openspace::properties::Property::Visibility::AdvancedUser
|
||||
};
|
||||
|
||||
constexpr openspace::properties::Property::PropertyInfo LineWidthInfo = {
|
||||
"LineWidth",
|
||||
"Line Width",
|
||||
"The line width of the constellation"
|
||||
"The line width of the constellation",
|
||||
// @VISIBILITY(1.67)
|
||||
openspace::properties::Property::Visibility::NoviceUser
|
||||
};
|
||||
|
||||
constexpr openspace::properties::Property::PropertyInfo SelectionInfo = {
|
||||
"ConstellationSelection",
|
||||
"Constellation Selection",
|
||||
"The constellations that are selected are displayed on the celestial sphere"
|
||||
"The constellations that are selected are displayed on the celestial sphere",
|
||||
// @VISIBILITY(1.33)
|
||||
openspace::properties::Property::Visibility::NoviceUser
|
||||
};
|
||||
|
||||
const static openspace::properties::PropertyOwner::PropertyOwnerInfo LabelsInfo = {
|
||||
|
||||
Reference in New Issue
Block a user