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

Comparing ray/src/rt/rv2.c (file contents):
Revision 2.28 by greg, Thu Dec 22 11:46:14 1994 UTC vs.
Revision 2.29 by greg, Fri Feb 3 08:58:47 1995 UTC

# Line 552 | Line 552 | register char  *s;
552                          getparam(s+2, "back face visibility", 'b', &backvis);
553                          break;
554                  case '\0':                      /* black and white */
555 +                case ' ':
556                  case 'y': case 'Y': case 't': case 'T': case '1': case '+':
557                  case 'n': case 'N': case 'f': case 'F': case '0': case '-':
558                          getparam(s+1, "black and white", 'b', &greyscale);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines