diff options
Diffstat (limited to 'src/renderer/tr_flares.c')
-rw-r--r-- | src/renderer/tr_flares.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/renderer/tr_flares.c b/src/renderer/tr_flares.c index 7a5a8174..afef22a4 100644 --- a/src/renderer/tr_flares.c +++ b/src/renderer/tr_flares.c @@ -35,7 +35,7 @@ constant, irrespective of distance, but the intensity should be proportional to projected area of the light source. A surface that has been flagged as having a light flare will calculate the depth -buffer value that it's midpoint should have when the surface is added. +buffer value that its midpoint should have when the surface is added. After all opaque surfaces have been rendered, the depth buffer is read back for each flare in view. If the point has not been obscured by a closer surface, the |