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

Comparing ray/src/rt/ambient.c (file contents):
Revision 2.95 by rschregle, Tue May 19 13:52:37 2015 UTC vs.
Revision 2.96 by rschregle, Wed Jul 29 18:57:03 2015 UTC

# Line 671 | Line 671 | multambient(           /* compute ambient component & multiply
671                  return;
672  
673          /* PMAP: Otherwise factor in ambient from caustic photon map
674 <         * (ambCausticPmap() returns zero if caustic photons disabled) and
674 >         * (ambPmapCaustic() returns zero if caustic photons disabled) and
675           * continue with RADIANCE ambient calculation */
676          copycolor(caustic, aval);
677          ambPmapCaustic(caustic, r, rdepth);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines