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

Comparing ray/src/rt/rtrace.c (file contents):
Revision 2.18 by greg, Wed Dec 21 09:52:00 1994 UTC vs.
Revision 2.20 by greg, Fri Dec 8 18:49:12 1995 UTC

# Line 1 | Line 1
1 < /* Copyright (c) 1994 Regents of the University of California */
1 > /* Copyright (c) 1995 Regents of the University of California */
2  
3   #ifndef lint
4   static char SCCSid[] = "$SunId$ LBL";
# Line 53 | Line 53 | int  vresolu = 0;                      /* vertical resolution */
53   double  dstrsrc = 0.0;                  /* square source distribution */
54   double  shadthresh = .05;               /* shadow threshold */
55   double  shadcert = .5;                  /* shadow certainty */
56 < int  directrelay = 1;                   /* number of source relays */
56 > int  directrelay = 2;                   /* number of source relays */
57   int  vspretest = 512;                   /* virtual source pretest density */
58   int  directvis = 1;                     /* sources visible? */
59 < double  srcsizerat = .25;               /* maximum ratio source size/dist. */
59 > double  srcsizerat = .2;                /* maximum ratio source size/dist. */
60  
61 + COLOR  cextinction = BLKCOLOR;          /* global extinction coefficient */
62 + double  salbedo = 0.;                   /* global scattering albedo */
63 + double  seccg = 0.;                     /* global scattering eccentricity */
64 + double  ssampdist = 0.;                 /* scatter sampling distance */
65 +
66   double  specthresh = .15;               /* specular sampling threshold */
67   double  specjitter = 1.;                /* specular sampling jitter */
68  
# Line 68 | Line 73 | double  minweight = 4e-3;              /* minimum ray weight */
73  
74   COLOR  ambval = BLKCOLOR;               /* ambient value */
75   double  ambacc = 0.2;                   /* ambient accuracy */
76 < int  ambres = 32;                       /* ambient resolution */
77 < int  ambdiv = 128;                      /* ambient divisions */
76 > int  ambres = 128;                      /* ambient resolution */
77 > int  ambdiv = 512;                      /* ambient divisions */
78   int  ambssamp = 0;                      /* ambient super-samples */
79   int  ambounce = 0;                      /* ambient bounces */
80   char  *amblist[128];                    /* ambient include/exclude list */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines