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 1.27 by greg, Thu May 31 10:35:53 1990 UTC vs.
Revision 1.28 by greg, Sat Oct 13 21:32:22 1990 UTC

# Line 525 | Line 525 | printdefaults()                        /* print default values to stdout */
525          printf("-vt%c\t\t\t\t# view type %s\n", ourview.type,
526                          ourview.type==VT_PER ? "perspective" :
527                          ourview.type==VT_PAR ? "parallel" :
528 +                        ourview.type==VT_HEM ? "hemispherical" :
529 +                        ourview.type==VT_ANG ? "angular" :
530                          "unknown");
531          printf("-vp %f %f %f\t# view point\n",
532                          ourview.vp[0], ourview.vp[1], ourview.vp[2]);

Diff Legend

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