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.15 by greg, Fri Jul 16 12:41:21 1993 UTC vs.
Revision 2.16 by greg, Thu Jul 22 12:39:51 1993 UTC

# Line 634 | Line 634 | register char  *op;
634                  overture = 0;
635          switch (vscale(VARIABILITY)) {
636          case LOW:
637 <                op = addarg(op, "-aa .4 -ad 32");
637 >                op = addarg(op, "-aa .4 -ad 64");
638                  break;
639          case MEDIUM:
640 <                op = addarg(op, "-aa .3 -ad 64");
640 >                op = addarg(op, "-aa .3 -ad 128");
641                  break;
642          case HIGH:
643 <                op = addarg(op, "-aa .25 -ad 128");
643 >                op = addarg(op, "-aa .25 -ad 256");
644                  break;
645          }
646          op = addarg(op, "-as 0");
# Line 702 | Line 702 | register char  *op;
702                  overture = 0;
703          switch (vscale(VARIABILITY)) {
704          case LOW:
705 <                op = addarg(op, "-aa .25 -ad 128 -as 0");
705 >                op = addarg(op, "-aa .25 -ad 196 -as 0");
706                  break;
707          case MEDIUM:
708 <                op = addarg(op, "-aa .2 -ad 300 -as 64");
708 >                op = addarg(op, "-aa .2 -ad 400 -as 64");
709                  break;
710          case HIGH:
711 <                op = addarg(op, "-aa .15 -ad 500 -as 128");
711 >                op = addarg(op, "-aa .15 -ad 768 -as 196");
712                  break;
713          }
714          d = ambval();
# Line 767 | Line 767 | register char  *op;
767                  overture = 0;
768          switch (vscale(VARIABILITY)) {
769          case LOW:
770 <                op = addarg(op, "-aa .15 -ad 200 -as 0");
770 >                op = addarg(op, "-aa .15 -ad 256 -as 0");
771                  break;
772          case MEDIUM:
773 <                op = addarg(op, "-aa .125 -ad 512 -as 128");
773 >                op = addarg(op, "-aa .125 -ad 512 -as 256");
774                  break;
775          case HIGH:
776 <                op = addarg(op, "-aa .08 -ad 850 -as 256");
776 >                op = addarg(op, "-aa .08 -ad 1024 -as 512");
777                  break;
778          }
779          d = ambval();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines