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.10 by greg, Mon Sep 21 12:09:20 1992 UTC vs.
Revision 2.11 by greg, Fri Oct 9 10:26:46 1992 UTC

# Line 135 | Line 135 | char  *argv[];
135                                          /* record start time */
136          tstart = time((long *)0);
137                                          /* global program name */
138 <        progname = argv[0];
138 >        progname = argv[0] = fixargv0(argv[0]);
139                                          /* get library path */
140          if ((libpath = getenv(ULIBVAR)) == NULL)
141                  libpath = DEFPATH;
# Line 637 | Line 637 | printdefaults()                        /* print default values to stdout */
637                          "unknown");
638          printf("-vp %f %f %f\t# view point\n",
639                          ourview.vp[0], ourview.vp[1], ourview.vp[2]);
640 <        printf("-vd %f %f %f\t# view direction\n",
640 >        printf("-vd %f %f %f\t# view direction\n",
641                          ourview.vdir[0], ourview.vdir[1], ourview.vdir[2]);
642 <        printf("-vu %f %f %f\t# view up\n",
642 >        printf("-vu %f %f %f\t# view up\n",
643                          ourview.vup[0], ourview.vup[1], ourview.vup[2]);
644          printf("-vh %f\t\t\t# view horizontal size\n", ourview.horiz);
645          printf("-vv %f\t\t\t# view vertical size\n", ourview.vert);

Diff Legend

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