]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
coronas now scale with the light radius
authorlordhavoc <lordhavoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 2 Feb 2002 18:58:01 +0000 (18:58 +0000)
committerlordhavoc <lordhavoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 2 Feb 2002 18:58:01 +0000 (18:58 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@1469 d7cf8633-e32d-0410-b094-e92efae38249

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;
                                }
                                // 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;
                                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;