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.65 by greg, Thu May 28 09:03:54 2015 UTC vs.
Revision 2.66 by greg, Thu May 28 09:13:19 2015 UTC

# Line 142 | Line 142 | marksources(void)                      /* find and mark source objects */
142                  return;
143          }
144   #if  SHADCACHE
145 <        initobscache(ns);
145 >        for (ns = 0; ns < nsources; ns++)       /* initialize obstructor cache */
146 >                initobscache(ns);
147   #endif
148          /* PMAP: disable virtual sources */
149          if (!photonMapping)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines