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

Comparing ray/src/rt/rv3.c (file contents):
Revision 1.4 by greg, Tue May 30 09:57:16 1989 UTC vs.
Revision 1.5 by greg, Tue Jun 13 08:17:24 1989 UTC

# Line 274 | Line 274 | FVECT  vc;
274          nv.hresolu = ourview.hresolu; nv.vresolu = ourview.vresolu;
275          spinvector(nv.vdir, ourview.vdir, ourview.vup, angle*(PI/180.));
276          if (elev != 0.0) {
277 <                fcross(v1, nv.vdir, ourview.vup);
277 >                fcross(v1, ourview.vup, nv.vdir);
278                  normalize(v1);
279                  spinvector(nv.vdir, nv.vdir, v1, elev*(PI/180.));
280          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines