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

Comparing ray/src/hd/rhd_glx.c (file contents):
Revision 3.26 by gwlarson, Mon Dec 28 17:58:45 1998 UTC vs.
Revision 3.27 by gwlarson, Sun Jan 3 13:40:25 1999 UTC

# Line 308 | Line 308 | register VIEW  *nv;
308                          dev_input();    /* get resize event */
309                  }
310                  copystruct(&odev.v, nv);        /* setview() already called */
311 +        }
312   #ifdef STEREO
313 <                copystruct(&vwright, nv);
314 <                d = eyesepdist / sqrt(nv->hn2);
315 <                VSUM(vwright.vp, nv->vp, nv->hvec, d);
316 <                /* setview(&vwright);   -- Unnecessary */
313 >        copystruct(&vwright, nv);
314 >        d = eyesepdist / sqrt(nv->hn2);
315 >        VSUM(vwright.vp, nv->vp, nv->hvec, d);
316 >        /* setview(&vwright);   -- Unnecessary */
317   #endif
317        }
318          wipeclean();
319          return(1);
320   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines