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

Comparing ray/src/rt/srcobstr.c (file contents):
Revision 2.11 by greg, Mon Oct 25 17:07:35 2004 UTC vs.
Revision 2.12 by greg, Tue Apr 19 01:15:07 2005 UTC

# Line 27 | Line 27 | castshadow(int sn, FVECT rorg, FVECT rdir)
27          VCOPY(rt.rorg, rorg);
28          VCOPY(rt.rdir, rdir);
29          rt.rmax = 0;
30 <        rayorigin(&rt, NULL, PRIMARY, 1.0);
30 >        rayorigin(&rt, PRIMARY, NULL, NULL);
31                                          /* check for intersection */
32          while (localhit(&rt, &thescene)) {
33                  RAY     rt1 = rt;       /* pretend we were aimed at source */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines