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.56 by greg, Tue Nov 13 19:58:33 2018 UTC vs.
Revision 2.57 by greg, Mon Jun 10 13:56:52 2019 UTC

# Line 116 | Line 116 | compute_through(BSDFDAT *ndp)
116                                          {0, -1.6},
117                                          {1.6, 0},
118                                  };
119 <        const double    peak_over = 1.5;
119 >        const double    peak_over = 1.3 + .4*frandom(); /* jitter threshold */
120          SDSpectralDF    *dfp;
121          FVECT           pdir;
122          double          tomega, srchrad;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines