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

Comparing ray/src/rt/func.c (file contents):
Revision 1.3 by greg, Tue Mar 14 10:41:21 1989 UTC vs.
Revision 1.4 by greg, Tue Apr 11 13:30:29 1989 UTC

# Line 53 | Line 53 | double  sca;
53          }
54          fobj = m;
55          fray = r;
56 <        fxf.sca = r->ros * sca;
57 <        multmat4(fxf.xfm, r->rox, xfm);
56 >        fxf.sca = r->robs * sca;
57 >        multmat4(fxf.xfm, r->robx, xfm);
58          eclock++;               /* notify expression evaluator */
59   }
60  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines