mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-22 11:18:22 -05:00
Update initial values
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user