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

Comparing ray/src/rt/rtrace.c (file contents):
Revision 2.75 by greg, Thu Mar 28 16:33:36 2019 UTC vs.
Revision 2.76 by greg, Sun Apr 7 16:39:39 2019 UTC

# Line 344 | Line 344 | rayirrad(                      /* compute irradiance rather than radiance
344   {
345          void    (*old_revf)(RAY *) = r->revf;
346                                          /* pretend we hit surface */
347 <        r->rxt = r->rmt = r->rot = 1e-5;
347 >        r->rxt = r->rot = 1e-5;
348          VSUM(r->rop, r->rorg, r->rdir, r->rot);
349          r->ron[0] = -r->rdir[0];
350          r->ron[1] = -r->rdir[1];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines