Making texture in RenderablePlane modular

Disable rendering of the Sun by default in favor of the glare texture
This commit is contained in:
Alexander Bock
2015-02-26 13:10:43 +01:00
parent 5a853cc215
commit 836f7a825b
5 changed files with 70 additions and 39 deletions

View File

@@ -3,6 +3,7 @@
-- set settings in the loaded scene graph
openspace.printInfo("Setting default values")
openspace.setPropertyValue("Sun.renderable.enabled", false)
openspace.setPropertyValue("Constellation Bounds.renderable.enabled", false)
openspace.setPropertyValue("MilkyWay.renderable.transparency", 0.75)