mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2025-12-31 00:10:44 -06:00
Fix Sun glare to use the correct billboarding for fisheye rendering
This commit is contained in:
@@ -17,7 +17,7 @@ local SunGlare = {
|
||||
Type = "RenderablePlaneImageLocal",
|
||||
Size = 41109609582.189,
|
||||
Origin = "Center",
|
||||
Billboard = true,
|
||||
Billboard = "Camera Position Normal",
|
||||
Texture = textures .. "halo.png",
|
||||
BlendMode = "Additive",
|
||||
Opacity = 0.65,
|
||||
|
||||
Reference in New Issue
Block a user