]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - r_light.c
coronas now scale with the light radius
[xonotic/darkplaces.git] / r_light.c
index 26d1de22bfca8317f2ec7ab64a3e62c7e45f7c55..5659ef377db717c1e83762b1546beb418b14f49d 100644 (file)
--- a/r_light.c
+++ b/r_light.c
@@ -194,7 +194,8 @@ void R_DrawCoronas(void)
                                }
                                // make it larger in the distance to keep a consistent size
                                //scale = 0.4f * dist;
-                               scale = 128.0f;
+                               //scale = 128.0f;
+                               scale = rd->cullradius;
                                tvxyz[0][0] = rd->origin[0] - vright[0] * scale - vup[0] * scale;
                                tvxyz[0][1] = rd->origin[1] - vright[1] * scale - vup[1] * scale;
                                tvxyz[0][2] = rd->origin[2] - vright[2] * scale - vup[2] * scale;