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

Comparing ray/src/rt/rview.c (file contents):
Revision 2.25 by greg, Sun Mar 28 16:31:14 2004 UTC vs.
Revision 2.26 by greg, Fri Nov 5 17:36:56 2004 UTC

# Line 67 | Line 67 | int  ambres = 32;                      /* ambient resolution */
67   int  ambdiv = 256;                      /* ambient divisions */
68   int  ambssamp = 64;                     /* ambient super-samples */
69   int  ambounce = 0;                      /* ambient bounces */
70 < char  *amblist[128];                    /* ambient include/exclude list */
70 > char  *amblist[AMBLLEN];                /* ambient include/exclude list */
71   int  ambincl = -1;                      /* include == 1, exclude == 0 */
72  
73   int  greyscale = 0;                     /* map colors to brightness? */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines