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:
Jonathas Costa
2020-11-12 16:10:01 -05:00
committed by GitHub
parent af5ea6ad3a
commit 8ad757263f
3 changed files with 5 additions and 2 deletions
@@ -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",