ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/Development/ray/src/util/rad.c
(Generate patch)

Comparing ray/src/util/rad.c (file contents):
Revision 2.135 by greg, Sat Jun 7 05:09:46 2025 UTC vs.
Revision 2.136 by greg, Wed Oct 29 18:55:53 2025 UTC

# Line 908 | Line 908 | lowqopts(                      /* low quality rendering options */
908                  op = addarg(op, "-ds .4");
909          else
910                  op = addarg(op, "-ds 0");
911 <        op = addarg(op, "-dt .2 -dc .25 -dr 0 -ss 0 -st .5");
911 >        op = addarg(op, "-dt .1 -dc .5 -dr 0 -ss 0 -st .5");
912          if (vdef(AMBFILE)) {
913                  sprintf(op, " -af %s", vval(AMBFILE));
914                  op += strlen(op);
# Line 983 | Line 983 | medqopts(                      /* medium quality rendering options */
983                  op = addarg(op, "-ds .2 -dj .9");
984          else
985                  op = addarg(op, "-ds .3");
986 <        op = addarg(op, "-dt .1 -dc .5 -dr 1 -ss 1 -st .1");
986 >        op = addarg(op, "-dt .07 -dc .7 -dr 1 -ss 1 -st .1");
987          if ( (overture = vint(INDIRECT)) ) {
988                  sprintf(op, " -ab %d", overture);
989                  op += strlen(op);
# Line 1061 | Line 1061 | hiqopts(                               /* high quality rendering options */
1061                  op = addarg(op, "-ds .1 -dj .9");
1062          else
1063                  op = addarg(op, "-ds .2");
1064 <        op = addarg(op, "-dt .05 -dc .75 -dr 3 -ss 16 -st .01");
1064 >        op = addarg(op, "-dt .04 -dc .9 -dr 3 -ss 16 -st .01");
1065          sprintf(op, " -ab %d", overture=vint(INDIRECT)+1);
1066          op += strlen(op);
1067          if (vdef(AMBFILE)) {

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)