--- ray/src/hd/rhd_glx.c 1998/12/18 11:56:09 3.25 +++ ray/src/hd/rhd_glx.c 1999/01/03 13:40:25 3.27 @@ -308,20 +308,20 @@ register VIEW *nv; dev_input(); /* get resize event */ } copystruct(&odev.v, nv); /* setview() already called */ + } #ifdef STEREO - copystruct(&vwright, nv); - d = eyesepdist / sqrt(nv->hn2); - VSUM(vwright.vp, nv->vp, nv->hvec, d); - /* setview(&vwright); -- Unnecessary */ + copystruct(&vwright, nv); + d = eyesepdist / sqrt(nv->hn2); + VSUM(vwright.vp, nv->vp, nv->hvec, d); + /* setview(&vwright); -- Unnecessary */ #endif - } wipeclean(); return(1); } -dev_section(ofn) /* add octree for geometry rendering */ -char *ofn; +dev_section(gfn, pfn) /* add octree for geometry rendering */ +char *gfn, *pfn; { /* unimplemented */ } @@ -714,9 +714,7 @@ register VIEW *vp; dev_zmax = 100.; } else { dev_zmin = 0.5*mindpth; - dev_zmax = 1.5*maxdpth; - if (dev_zmin > dev_zmax/5.) - dev_zmin = dev_zmax/5.; + dev_zmax = 5.0*maxdpth; } if (odev.v.vfore > FTINY) dev_zmin = odev.v.vfore;