mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 19:19:39 -06:00
Adapt the visibility settings for all properties
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user