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

Comparing ray/src/rt/dielectric.c (file contents):
Revision 2.31 by greg, Wed Nov 15 18:02:52 2023 UTC vs.
Revision 2.32 by greg, Fri Nov 17 20:02:07 2023 UTC

# Line 336 | Line 336 | disperse(  /* check light sources for dispersion */
336                  copycolor(sray.albedo, abt);
337                  normalize(sray.rdir);
338                  rayvalue(&sray);
339 <                if (bright(sray.rcol) <= FTINY) /* missed it */
339 >                if (pbright(sray.rcol) <= FTINY)        /* missed it */
340                          continue;
341                  
342                  /*

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines