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

Comparing ray/src/rt/rmain.c (file contents):
Revision 2.33 by greg, Thu Apr 14 04:50:32 1994 UTC vs.
Revision 2.34 by greg, Tue Dec 20 20:18:25 1994 UTC

# Line 1 | Line 1
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";
# Line 819 | Line 819 | printdefaults()                        /* print default values to stdout */
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

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)