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

Comparing ray/src/rt/rtrace.c (file contents):
Revision 2.16 by greg, Wed Jul 14 10:38:49 1993 UTC vs.
Revision 2.17 by greg, Tue Dec 20 20:18:34 1994 UTC

# Line 1 | Line 1
1 < /* Copyright (c) 1992 Regents of the University of California */
1 > /* Copyright (c) 1994 Regents of the University of California */
2  
3   #ifndef lint
4   static char SCCSid[] = "$SunId$ LBL";
# Line 243 | Line 243 | FVECT  org, dir;
243   {
244          VCOPY(thisray.rorg, org);
245          VCOPY(thisray.rdir, dir);
246 +        thisray.rmax = 0.0;
247          rayorigin(&thisray, NULL, PRIMARY, 1.0);
248          if (castonly)
249                  localhit(&thisray, &thescene) || sourcehit(&thisray);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines