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

Comparing ray/src/gen/mkillum.h (file contents):
Revision 1.4 by greg, Thu Jul 25 10:59:03 1991 UTC vs.
Revision 1.5 by greg, Fri Aug 23 12:30:31 1991 UTC

# Line 26 | Line 26 | struct illum_args {
26          char    altmat[MAXSTR];         /* alternate material name */
27          int     sampdens;               /* point sample density */
28          int     nsamps;                 /* # of samples in each direction */
29 +        float   minbrt;                 /* minimum average brightness */
30          float   col[3];                 /* computed average color */
31   };                              /* illum options */
32  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines