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

Comparing ray/src/rt/rpict.c (file contents):
Revision 2.4 by greg, Sat Dec 28 18:43:15 1991 UTC vs.
Revision 2.5 by greg, Tue Jan 14 16:15:57 1992 UTC

# Line 47 | Line 47 | int  vspretest = 512;                  /* virtual source pretest dens
47   int  directinvis = 0;                   /* sources invisible? */
48   double  srcsizerat = .25;               /* maximum ratio source size/dist. */
49  
50 + double  specthresh = .5;                /* specular sampling threshold */
51 + double  specjitter = 1.;                /* specular sampling jitter */
52 +
53   int  maxdepth = 6;                      /* maximum recursion depth */
54   double  minweight = 5e-3;               /* minimum ray weight */
55  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines