mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-28 06:49:32 -05:00
Update visuals and bs of the Sun, so we can fly to it
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
asset.onInitialize(function()
|
||||
openspace.setPropertyValueSingle("Scene.Sun.Renderable.Layers.ColorLayers.Texture.Settings.Gamma", 0.100000)
|
||||
openspace.setPropertyValueSingle("Scene.Sun.Renderable.Enabled", true)
|
||||
openspace.setPropertyValueSingle("Scene.SunGlare.Renderable.MultiplyColor", {1.000000,0.992000,0.980000})
|
||||
openspace.setPropertyValueSingle("Scene.Sun.BoundingSphere", 1.1 * 6963400000.000000)
|
||||
end)
|
||||
@@ -51,6 +51,7 @@
|
||||
"scene/solarsystem/planets/earth/earth",
|
||||
"scene/solarsystem/planets/earth/satellites/satellites",
|
||||
"spaceship/spaceship",
|
||||
"spaceship/sunsettings",
|
||||
"util/joysticks/TA320_Pilot",
|
||||
"util/joysticks/TCA_Q-Eng_1&2"
|
||||
],
|
||||
|
||||
@@ -51,6 +51,7 @@
|
||||
"scene/solarsystem/planets/earth/earth",
|
||||
"scene/solarsystem/planets/earth/satellites/satellites",
|
||||
"spaceship/spaceship",
|
||||
"spaceship/sunsettings",
|
||||
"util/joysticks/X52_HOTAS"
|
||||
],
|
||||
"camera": {
|
||||
|
||||
Reference in New Issue
Block a user