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

Comparing ray/src/rt/m_bsdf.c (file contents):
Revision 2.55 by greg, Tue Aug 21 23:31:01 2018 UTC vs.
Revision 2.56 by greg, Tue Nov 13 19:58:33 2018 UTC

# Line 555 | Line 555 | sample_sdf(BSDFDAT *ndp, int sflags)
555                          rayvalue(&tr);
556                          multcolor(tr.rcol, tr.rcoef);
557                          addcolor(ndp->pr->rcol, tr.rcol);
558 +                        ndp->pr->rxt = ndp->pr->rot + raydistance(&tr);
559                          ++ntotal;
560                          b = bright(ndp->cthru);
561                  } else

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines