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

Comparing ray/src/rt/source.c (file contents):
Revision 1.25 by greg, Thu Dec 13 21:49:23 1990 UTC vs.
Revision 1.26 by greg, Sat Dec 15 15:03:34 1990 UTC

# Line 288 | Line 288 | register RAY  *r;
288                  for (i = 0; i < 3; i++)
289                          r->ron[i] = -r->rdir[i];
290                  r->rod = 1.0;
291 <                r->rofs = 1.0; setident4(r->rofx);
292 <                r->robs = 1.0; setident4(r->robx);
291 >                r->rox = NULL;
292                  return(1);
293          }
294          return(0);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines