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

Comparing ray/src/cv/bsdfinterp.c (file contents):
Revision 2.18 by greg, Mon Mar 24 17:22:33 2014 UTC vs.
Revision 2.20 by greg, Sun Oct 26 17:35:53 2014 UTC

# Line 280 | Line 280 | advect_rbf(const FVECT invec, int lobe_lim)
280          VCOPY(sivec, invec);                    /* find triangle/edge */
281          sym = get_interp(miga, sivec);
282          if (sym < 0)                            /* can't interpolate? */
283 <                return(NULL);
283 >                return(def_rbf_spec(invec));
284          if (miga[1] == NULL) {                  /* advect along edge? */
285                  rbf = e_advect_rbf(miga[0], sivec, lobe_lim);
286                  if (single_plane_incident)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines