mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-04 18:11:01 -05:00
Added initial position (far away) in the g-Buffer position. (#1360)
* Added initial position (far away) in the g-Buffer position. * Fixed bug with Sun's star and atmosphere.
This commit is contained in:
@@ -66,7 +66,8 @@ local sunstar = {
|
||||
MagnitudeExponent = 6.2,
|
||||
SizeComposition = "Distance Modulus",
|
||||
RenderMethod = "Texture Based", -- or PSF
|
||||
FadeInDistances = { 0.0001, 0.1 }
|
||||
FadeInDistances = { 0.0001, 0.1 },
|
||||
RenderableType = "PostDeferredTransparent"
|
||||
},
|
||||
GUI = {
|
||||
Name = "Sun",
|
||||
|
||||
Reference in New Issue
Block a user