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.42 by schorsch, Sun Jul 27 22:12:03 2003 UTC vs.
Revision 2.43 by greg, Tue Sep 9 03:28:43 2003 UTC

# Line 175 | Line 175 | int  mod;
175                  ******/
176                                          /* hack for irradiance calculation */
177                  if (do_irrad && !(r->crtype & ~(PRIMARY|TRANS)) &&
178 +                                m->otype != MAT_CLIP &&
179                                  (ofun[m->otype].flags & (T_M|T_X))) {
180                          if (irr_ignore(m->otype)) {
181   #if  MAXLOOP

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines