]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
added a FIXME comment - R_CompleteLightPoint should count bouncegrid
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 13 Jul 2011 16:37:38 +0000 (16:37 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 13 Jul 2011 16:37:38 +0000 (16:37 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11246 d7cf8633-e32d-0410-b094-e92efae38249

r_shadow.c

index c11668d4b1cab340a1d0a62d7271db7d97e93956..a6d4272446637d9c50c4bce21d3329c25f4a412e 100644 (file)
@@ -6828,6 +6828,7 @@ void R_CompleteLightPoint(vec3_t ambient, vec3_t diffuse, vec3_t lightdir, const
                        intensity *= VectorLength(color);
                        VectorMA(sample + 12, intensity, relativepoint, sample + 12);
                }
+               // FIXME: sample bouncegrid too!
        }
 
        if (flags & LP_DYNLIGHT)