Adapt the visibility settings for all properties

This commit is contained in:
Alexander Bock
2023-04-15 09:33:31 +02:00
committed by GitHub
parent 1ef6cb0c02
commit ca916877b2
152 changed files with 2098 additions and 894 deletions

View File

@@ -47,14 +47,16 @@ namespace {
"File",
"Vertex File Path",
"The file pointed to with this value contains the vertex locations of the "
"constellations"
"constellations",
openspace::properties::Property::Visibility::AdvancedUser
};
constexpr openspace::properties::Property::PropertyInfo ColorInfo = {
"Color",
"Color of constellation lines",
"Specifies the color of the constellation lines. The lines are always drawn at "
"full opacity"
"full opacity",
openspace::properties::Property::Visibility::NoviceUser
};
struct [[codegen::Dictionary(RenderableConstellationBounds)]] Parameters {