| 286 |
|
nv.type = ourview.type; |
| 287 |
|
VCOPY(nv.vp, ourview.vp); |
| 288 |
|
VCOPY(nv.vup, ourview.vup); |
| 289 |
– |
nv.hoff = ourview.hoff; nv.voff = ourview.voff; |
| 289 |
|
nv.horiz = ourview.horiz; nv.vert = ourview.vert; |
| 290 |
+ |
nv.vfore = ourview.vfore; nv.vaft = ourview.vaft; |
| 291 |
+ |
nv.hoff = ourview.hoff; nv.voff = ourview.voff; |
| 292 |
|
zoomview(&nv, zfact); |
| 293 |
|
newview(&nv); |
| 294 |
|
} |
| 322 |
|
VCOPY(nv.vp, ourview.vp); |
| 323 |
|
VCOPY(nv.vup, ourview.vup); |
| 324 |
|
nv.hoff = ourview.hoff; nv.voff = ourview.voff; |
| 325 |
+ |
nv.vfore = ourview.vfore; nv.vaft = ourview.vaft; |
| 326 |
|
spinvector(nv.vdir, ourview.vdir, ourview.vup, angle*(PI/180.)); |
| 327 |
|
if (elev != 0.0) { |
| 328 |
|
fcross(v1, nv.vdir, ourview.vup); |