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.9 by greg, Thu Nov 18 09:43:04 1993 UTC

# Line 197 | Line 197 | register RAY  *r;
197          double  transtest, transdist;
198          int  hasrefl, hastrans;
199          COLOR  ctmp;
200        double  dtmp;
200          register MFUNC  *mf;
201          register int  i;
202                                                  /* check arguments */
# Line 242 | Line 241 | register RAY  *r;
241                                                  /* compute transmitted ray */
242          setbrdfunc(&nd);
243          transtest = 0;
244 +        transdist = r->rot;
245          errno = 0;
246          setcolor(ctmp, evalue(mf->ep[3]),
247                          evalue(mf->ep[4]),

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines