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

Comparing ray/src/rt/rv2.c (file contents):
Revision 2.66 by greg, Fri Mar 30 23:14:07 2018 UTC vs.
Revision 2.67 by greg, Thu Apr 12 16:21:53 2018 UTC

# Line 399 | Line 399 | getorigin(                             /* origin viewpoint */
399                  }
400                  if (thisray.rod < 0.0)  /* don't look through other side */
401                          flipsurface(&thisray);
402 <                VSUM(nv.vp, thisray.rop, thisray.ron, 2.0*FTINY);
402 >                VSUM(nv.vp, thisray.rop, thisray.ron, 20.0*FTINY);
403                  VCOPY(nv.vdir, thisray.ron);
404          } else if (!sscanvec(sskip2(s,3), nv.vdir) || normalize(nv.vdir) == 0.0)
405                  VCOPY(nv.vdir, ourview.vdir);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines