ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/source.c
(Generate patch)

Comparing ray/src/rt/source.c (file contents):
Revision 2.8 by greg, Sat Nov 14 13:58:23 1992 UTC vs.
Revision 2.9 by greg, Thu Nov 19 20:26:06 1992 UTC

# Line 421 | Line 421 | char  *p;                      /* data for f */
421   * The -di flag renders light sources invisible, and here is the test.
422   */
423  
424 < #define  srcignore(m, r)        (directinvis && !(r->crtype&SHADOW) && \
424 > #define  srcignore(m, r)        (!directvis && !(r->crtype&SHADOW) && \
425                                  !distglow(m, r))
426  
427  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines