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

Comparing ray/src/rt/raytrace.c (file contents):
Revision 2.85 by greg, Wed Jun 9 18:21:10 2021 UTC vs.
Revision 2.86 by greg, Mon Feb 20 04:05:43 2023 UTC

# Line 217 | Line 217 | raytirrad(                     /* irradiance hack */
217                          raytrans(r);
218                          return(1);
219                  }
220 <                if (!islight(m->otype))
220 >                if (!islight(m->otype)) {
221 >                        setcolor(r->pcol, 1.0, 1.0, 1.0);
222                          return((*ofun[Lamb.otype].funp)(&Lamb, r));
223 +                }
224          }
225          return(0);              /* not a qualifying surface */
226   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines