ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/gen/mkillum.c
(Generate patch)

Comparing ray/src/gen/mkillum.c (file contents):
Revision 2.16 by schorsch, Mon Jul 21 22:30:18 2003 UTC vs.
Revision 2.17 by greg, Wed Sep 24 14:55:54 2003 UTC

# Line 24 | Line 24 | static const char RCSid[] = "$Id$";
24  
25                                  /* rtrace command and defaults */
26   char  *rtargv[64] = { "rtrace", "-dj", ".25", "-dr", "3", "-dv-",
27 <                "-ab", "2", "-ad", "256", "-as", "128", "-aa", ".15", };
27 >                "-ab", "2", "-ad", "1024", "-as", "512", "-aa", ".1", };
28   int  rtargc = 14;
29                                  /* overriding rtrace options */
30   char  *myrtopts[] = { "-I-", "-i-", "-ld-", "-ov", "-h-",

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines