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 2.7 by greg, Thu Aug 12 17:50:40 1993 UTC vs.
Revision 2.8 by greg, Tue Aug 24 12:59:25 1993 UTC

# Line 242 | Line 242 | register RAY  *r;
242                                                  /* compute transmitted ray */
243          setbrdfunc(&nd);
244          transtest = 0;
245 +        transdist = r->rot;
246          errno = 0;
247          setcolor(ctmp, evalue(mf->ep[3]),
248                          evalue(mf->ep[4]),

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines