Fix Sun glare to use the correct billboarding for fisheye rendering

This commit is contained in:
Alexander Bock
2025-07-18 14:56:11 +02:00
parent 0bcfc7790f
commit dc1074aede

View File

@@ -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,