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.89 by greg, Sat Dec 6 01:08:53 2008 UTC vs.
Revision 2.90 by greg, Fri Dec 12 15:49:48 2008 UTC

# Line 867 | Line 867 | hiqopts(                               /* high quality rendering options */
867          }
868          po = addarg(po, "-pt .04");
869          if (vbool(PENUMBRAS))
870 <                op = addarg(op, "-ds .1 -dj .65");
870 >                op = addarg(op, "-ds .1 -dj .9");
871          else
872                  op = addarg(op, "-ds .2");
873          op = addarg(op, "-dt .05 -dc .75 -dr 3 -sj 1 -st .01");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines