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.9 by greg, Tue Nov 14 16:03:46 1995 UTC vs.
Revision 2.10 by gregl, Mon Oct 20 16:37:14 1997 UTC

# Line 30 | Line 30 | char  *rtargv[64] = { "rtrace", "-dj", ".25", "-dr", "
30                  "-ab", "2", "-ad", "256", "-as", "128", "-aa", ".15", };
31   int  rtargc = 14;
32                                  /* overriding rtrace options */
33 < char  *myrtopts[] = { "-I-", "-i-", "-ov", "-h-", "-fff", "-y", "0", NULL };
33 > char  *myrtopts[] = { "-I-", "-i-", "-ld-", "-ov", "-h-",
34 >                        "-fff", "-y", "0", NULL };
35  
36   struct rtproc   rt;             /* our rtrace process */
37  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines