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

Comparing ray/src/cv/mgflib/xf.c (file contents):
Revision 1.5 by greg, Wed Jun 29 16:15:25 1994 UTC vs.
Revision 1.6 by greg, Mon Jul 11 14:47:12 1994 UTC

# Line 82 | Line 82 | char   **av;
82                  return(MG_ETYPE);
83                                          /* compute total transformation */
84          if (spec->prev != NULL) {
85 <                multmat4(spec->xf.xfm, spec->prev->xf.xfm, thisxf.xfm);
86 <                spec->xf.sca = spec->prev->xf.sca * thisxf.sca;
85 >                multmat4(spec->xf.xfm, thisxf.xfm, spec->prev->xf.xfm);
86 >                spec->xf.sca = thisxf.sca * spec->prev->xf.sca;
87          } else
88                  spec->xf = thisxf;
89          spec->xid = comp_xfid(spec->xf.xfm);    /* compute unique ID */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines