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

Comparing ray/src/rt/raytrace.c (file contents):
Revision 1.1 by greg, Thu Feb 2 10:41:34 1989 UTC vs.
Revision 1.2 by greg, Tue Apr 11 13:30:31 1989 UTC

# Line 56 | Line 56 | double  rw;
56          r->newcset = r->clipset;
57          r->ro = NULL;
58          r->rot = FHUGE;
59 <        r->ros = 1.0; setident4(r->rox);
59 >        r->rofs = 1.0; setident4(r->rofx);
60 >        r->robs = 1.0; setident4(r->robx);
61          r->pert[0] = r->pert[1] = r->pert[2] = 0.0;
62          setcolor(r->pcol, 1.0, 1.0, 1.0);
63          setcolor(r->rcol, 0.0, 0.0, 0.0);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines