Change capitalization of property names

This commit is contained in:
Alexander Bock
2017-07-22 18:22:44 -04:00
parent 04bac9293b
commit 036b271d0d
72 changed files with 363 additions and 365 deletions
+2 -2
View File
@@ -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
)
{