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.51 by greg, Wed Jan 17 10:22:06 1996 UTC vs.
Revision 2.52 by greg, Wed Feb 14 16:34:05 1996 UTC

# Line 612 | Line 612 | char   *po;
612                  overture = 0;
613          switch (vscale(VARIABILITY)) {
614          case LOW:
615 <                op = addarg(op, "-aa .4 -ad 64");
615 >                op = addarg(op, "-aw 128 -aa .4 -ad 64");
616                  break;
617          case MEDIUM:
618 <                op = addarg(op, "-aa .3 -ad 128");
618 >                op = addarg(op, "-aw 1024 -aa .3 -ad 128");
619                  break;
620          case HIGH:
621                  op = addarg(op, "-aa .25 -ad 256");
# Line 691 | Line 691 | char   *po;
691                  overture = 0;
692          switch (vscale(VARIABILITY)) {
693          case LOW:
694 <                op = addarg(op, "-aa .25 -ad 196 -as 0");
694 >                op = addarg(op, "-aw 128 -aa .25 -ad 196 -as 0");
695                  break;
696          case MEDIUM:
697 <                op = addarg(op, "-aa .2 -ad 400 -as 64");
697 >                op = addarg(op, "-aw 1024 -aa .2 -ad 400 -as 64");
698                  break;
699          case HIGH:
700                  op = addarg(op, "-aa .15 -ad 768 -as 196");
# Line 767 | Line 767 | char   *po;
767                  overture = 0;
768          switch (vscale(VARIABILITY)) {
769          case LOW:
770 <                op = addarg(op, "-aa .15 -ad 256 -as 0");
770 >                op = addarg(op, "-aw 128 -aa .15 -ad 256 -as 0");
771                  break;
772          case MEDIUM:
773 <                op = addarg(op, "-aa .125 -ad 512 -as 256");
773 >                op = addarg(op, "-aw 1024 -aa .125 -ad 512 -as 256");
774                  break;
775          case HIGH:
776                  op = addarg(op, "-aa .08 -ad 1024 -as 512");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines