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.12 by greg, Thu Oct 15 21:13:14 1992 UTC vs.
Revision 2.13 by greg, Thu Nov 19 20:27:03 1992 UTC

# Line 398 | Line 398 | register char  *s;
398          extern int  ambdiv;
399          extern int  ambssamp;
400          extern int  ambounce;
401 <        extern int  directinvis;
401 >        extern int  directvis;
402          extern double  srcsizerat;
403          extern int  do_irrad;
404          extern double  specjitter;
# Line 435 | Line 435 | register char  *s;
435                  case 't':                       /* threshold */
436                          getparam(s+2, "direct threshold", 'r', &shadthresh);
437                          break;
438 <                case 'i':                       /* invisibility */
439 <                        getparam(s+2, "direct invisibility",
440 <                                        'b', &directinvis);
438 >                case 'v':                       /* visibility */
439 >                        getparam(s+2, "direct visibility",
440 >                                        'b', &directvis);
441                          break;
442                  case 's':                       /* sampling */
443                          getparam(s+2, "direct sampling", 'r', &srcsizerat);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines