mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-22 11:18:22 -05:00
Update opacity property description in renderable base class
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user