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.88 by greg, Fri Dec 5 00:51:59 2008 UTC vs.
Revision 2.89 by greg, Sat Dec 6 01:08:53 2008 UTC

# Line 787 | Line 787 | medqopts(                      /* medium quality rendering options */
787          }
788          po = addarg(po, "-pt .08");
789          if (vbool(PENUMBRAS))
790 <                op = addarg(op, "-ds .2 -dj .5");
790 >                op = addarg(op, "-ds .2 -dj .9");
791          else
792                  op = addarg(op, "-ds .3");
793          op = addarg(op, "-dt .1 -dc .5 -dr 1 -sj .7 -st .1");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines