| 1 |
< |
/* Copyright (c) 1993 Regents of the University of California */ |
| 1 |
> |
/* Copyright (c) 1994 Regents of the University of California */ |
| 2 |
|
|
| 3 |
|
#ifndef lint |
| 4 |
|
static char SCCSid[] = "$SunId$ LBL"; |
| 819 |
|
ourview.vup[0], ourview.vup[1], ourview.vup[2]); |
| 820 |
|
printf("-vh %f\t\t\t# view horizontal size\n", ourview.horiz); |
| 821 |
|
printf("-vv %f\t\t\t# view vertical size\n", ourview.vert); |
| 822 |
+ |
printf("-vo %f\t\t\t# view fore clipping plane\n", ourview.vfore); |
| 823 |
+ |
printf("-va %f\t\t\t# view aft clipping plane\n", ourview.vaft); |
| 824 |
|
printf("-vs %f\t\t\t# view shift\n", ourview.hoff); |
| 825 |
|
printf("-vl %f\t\t\t# view lift\n", ourview.voff); |
| 826 |
|
#endif |