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

Comparing ray/src/rt/rv3.c (file contents):
Revision 2.46 by greg, Tue Dec 3 19:36:58 2024 UTC vs.
Revision 2.47 by greg, Mon Dec 9 00:44:29 2024 UTC

# Line 123 | Line 123 | getinterest(           /* get area of interest */
123                                                              thisray.ro->omod))
124                                          m = findmaterial(thisray.ro);
125                                  if ((m != NULL) & !weakhit &&
126 <                                                istransp(m->otype) &&
126 >                                                istransp(m) &&
127                                                  m->otype != MAT_MIST) {
128                                          weakhit = 1;
129                                          VCOPY(weakpt, thisray.rop);
130 <                                } else if (m != NULL && !istransp(m->otype) &&
130 >                                } else if (m != NULL && !istransp(m) &&
131                                                  !isBSDFproxy(m))
132                                          break;          /* something solid */
133                                  VCOPY(thisray.rorg, thisray.rop);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines