mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-04 01:39:47 -05:00
Add description to Propertys
This commit is contained in:
@@ -40,11 +40,13 @@ PointGlobe::PointGlobe(const RenderableGlobe& owner)
|
||||
, _intensityClamp(
|
||||
"intensityClamp",
|
||||
"Intensity clamp",
|
||||
"", // @TODO Missing documentation
|
||||
1, 0, 1
|
||||
)
|
||||
, _lightIntensity(
|
||||
"lightIntensity",
|
||||
"Light intensity",
|
||||
"", // @TODO Missing documentation
|
||||
1, 0, 50
|
||||
)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user