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.6 by greg, Thu Jul 27 22:25:13 1989 UTC vs.
Revision 1.7 by greg, Thu Oct 5 07:23:22 1989 UTC

# Line 75 | Line 75 | RAY  *r;
75                  mxf = (XF *)malloc(sizeof(XF));
76                  if (mxf == NULL)
77                          goto memerr;
78                mxf->sca = 1.0;
79                setident4(mxf->xfm);
78                  if (invxf(mxf->xfm, &mxf->sca, n, sa) != n)
79                          objerror(m, USER, "bad transform");
80                  if (mxf->sca < 0.0)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines