Update opacity property description in renderable base class

This commit is contained in:
Emma Broman
2020-07-01 09:35:44 +02:00
parent a7a72b1cc2
commit c65806d464
+3 -2
View File
@@ -44,8 +44,9 @@ namespace {
constexpr openspace::properties::Property::PropertyInfo OpacityInfo = {
"Opacity",
"Transparency",
"This value determines the transparency of this object."
"Opacity",
"This value determines the opacity of this renderable. A value of 0 means "
"completely transparent."
};
constexpr openspace::properties::Property::PropertyInfo RenderableTypeInfo = {