Update initial values

This commit is contained in:
kalbl
2016-09-30 01:54:28 +02:00
parent 619048e3b9
commit c2603e5712
3 changed files with 14 additions and 11 deletions
@@ -77,7 +77,7 @@ namespace openspace {
, debugSelection(ReferencedBoolSelection("Debug", "Debug"))
, atmosphereEnabled(properties::BoolProperty("Atmosphere", "Atmosphere", false))
, _performShading(
properties::BoolProperty("performShading", "Perform shading", false))
properties::BoolProperty("performShading", "Perform shading", true))
{
setName("RenderableGlobe");