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.53 by greg, Thu Mar 20 12:50:07 1997 UTC vs.
Revision 2.54 by gregl, Fri Jan 23 15:15:59 1998 UTC

# Line 616 | Line 616 | char   *po;
616                  overture = 0;
617          switch (vscale(VARIABILITY)) {
618          case LOW:
619 <                op = addarg(op, "-aw 128 -aa .4 -ad 64");
619 >                op = addarg(op, "-aa .4 -ad 64");
620                  break;
621          case MEDIUM:
622 <                op = addarg(op, "-aw 1024 -aa .3 -ad 128");
622 >                op = addarg(op, "-aa .3 -ad 128");
623                  break;
624          case HIGH:
625                  op = addarg(op, "-aa .25 -ad 256");
# Line 695 | Line 695 | char   *po;
695                  overture = 0;
696          switch (vscale(VARIABILITY)) {
697          case LOW:
698 <                op = addarg(op, "-aw 128 -aa .25 -ad 196 -as 0");
698 >                op = addarg(op, "-aa .25 -ad 196 -as 0");
699                  break;
700          case MEDIUM:
701 <                op = addarg(op, "-aw 1024 -aa .2 -ad 400 -as 64");
701 >                op = addarg(op, "-aa .2 -ad 400 -as 64");
702                  break;
703          case HIGH:
704                  op = addarg(op, "-aa .15 -ad 768 -as 196");
# Line 771 | Line 771 | char   *po;
771                  overture = 0;
772          switch (vscale(VARIABILITY)) {
773          case LOW:
774 <                op = addarg(op, "-aw 128 -aa .15 -ad 256 -as 0");
774 >                op = addarg(op, "-aa .15 -ad 256 -as 0");
775                  break;
776          case MEDIUM:
777 <                op = addarg(op, "-aw 1024 -aa .125 -ad 512 -as 256");
777 >                op = addarg(op, "-aa .125 -ad 512 -as 256");
778                  break;
779          case HIGH:
780                  op = addarg(op, "-aa .08 -ad 1024 -as 512");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines