mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-24 04:58:59 -05:00
Change capitalization of property names
This commit is contained in:
@@ -38,11 +38,11 @@ namespace openspace::globebrowsing {
|
||||
PointGlobe::PointGlobe(const RenderableGlobe& owner)
|
||||
: _owner(owner)
|
||||
, _intensityClamp(
|
||||
{ "intensityClamp", "Intensity clamp", ""}, // @TODO Missing documentation
|
||||
{ "IntensityClamp", "Intensity clamp", ""}, // @TODO Missing documentation
|
||||
1, 0, 1
|
||||
)
|
||||
, _lightIntensity(
|
||||
{ "lightIntensity", "Light intensity", ""}, // @TODO Missing documentation
|
||||
{ "LightIntensity", "Light intensity", ""}, // @TODO Missing documentation
|
||||
1, 0, 50
|
||||
)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user