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

Comparing ray/src/rt/m_brdf.c (file contents):
Revision 1.7 by greg, Wed May 8 08:27:50 1991 UTC vs.
Revision 1.8 by greg, Fri May 10 08:51:02 1991 UTC

# Line 286 | Line 286 | register RAY  *r;
286                                          sr.rdir[i] = r->rdir[i] -
287                                                          .75*r->pert[i];
288                                  normalize(sr.rdir);
289 <                        } else
289 >                        } else {
290 >                                VCOPY(sr.rdir, r->rdir);
291                                  transtest = 2;
292 +                        }
293                          rayvalue(&sr);
294                          multcolor(sr.rcol, ctmp);
295                          addcolor(r->rcol, sr.rcol);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines