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.60 by greg, Mon Dec 14 03:15:45 2009 UTC vs.
Revision 2.61 by greg, Mon Dec 14 04:49:16 2009 UTC

# Line 326 | Line 326 | rayirrad(                      /* compute irradiance rather than radiance
326          r->ron[1] = -r->rdir[1];
327          r->ron[2] = -r->rdir[2];
328          r->rod = 1.0;
329 +        r->revf = raytrace;
330                                          /* compute result */
331          (*ofun[Lamb.otype].funp)(&Lamb, r);
332   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines