ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/rad.c
(Generate patch)

Comparing ray/src/util/rad.c (file contents):
Revision 2.43 by greg, Thu Jul 6 12:15:40 1995 UTC vs.
Revision 2.44 by greg, Fri Aug 18 10:39:56 1995 UTC

# Line 1185 | Line 1185 | register char  *vs;
1185                  zpos = -1; vs++;
1186          }
1187          viewtype = 'v';
1188 <        if (*vs == 'v' | *vs == 'l' | *vs == 'a' | *vs == 'h')
1188 >        if (*vs == 'v' | *vs == 'l' | *vs == 'a' | *vs == 'h' | *vs == 'c')
1189                  viewtype = *vs++;
1190          cp = viewopts;
1191          if ((!*vs || isspace(*vs)) && (xpos|ypos|zpos)) {       /* got one! */
# Line 1239 | Line 1239 | register char  *vs;
1239                  case 'a':
1240                  case 'h':
1241                          cp = addarg(cp, "-vh 180 -vv 180");
1242 +                        break;
1243 +                case 'c':
1244 +                        cp = addarg(cp, "-vh 180 -vv 90");
1245                          break;
1246                  }
1247          } else {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines