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

Comparing ray/src/rt/m_alias.c (file contents):
Revision 2.2 by schorsch, Mon Jul 21 22:30:19 2003 UTC vs.
Revision 2.3 by greg, Tue Sep 9 03:28:43 2003 UTC

# Line 40 | Line 40 | RAY    *r;
40          arec = *objptr(aobj);
41                                          /* irradiance hack */
42          if (do_irrad && !(r->crtype & ~(PRIMARY|TRANS)) &&
43 +                        m->otype != MAT_CLIP &&
44                          (ofun[arec.otype].flags & (T_M|T_X))) {
45                  if (irr_ignore(arec.otype)) {
46                          raytrans(r);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines