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.16 by greg, Wed Jun 2 21:04:02 1993 UTC vs.
Revision 2.17 by greg, Thu Aug 5 13:17:54 1993 UTC

# Line 462 | Line 462 | register char  *s;
462                          getparam(s+2, "ambient value", 'C', (COLOR *)ambval);
463                          break;
464                  case 'a':                       /* accuracy */
465 <                        getparam(s+2, "ambient accuracy", 'r', &ambacc);
465 >                        if (getparam(s+2, "ambient accuracy", 'r', &ambacc))
466 >                                setambacc(ambacc);
467                          break;
468                  case 'd':                       /* divisions */
469                          getparam(s+2, "ambient divisions", 'i', &ambdiv);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines