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.3 by greg, Wed Jul 24 16:48:25 1991 UTC vs.
Revision 2.2 by greg, Sat Feb 22 02:07:24 2003 UTC

# Line 1 | Line 1
1 < /* Copyright (c) 1991 Regents of the University of California */
2 <
3 < /* SCCSid "$SunId$ LBL" */
4 <
1 > /* RCSid: $Id$ */
2   /*
3   * Common definitions for mkillum
4   */
# Line 26 | Line 23 | struct illum_args {
23          char    altmat[MAXSTR];         /* alternate material name */
24          int     sampdens;               /* point sample density */
25          int     nsamps;                 /* # of samples in each direction */
26 <        float   col[3];                 /* average color */
26 >        float   minbrt;                 /* minimum average brightness */
27 >        float   col[3];                 /* computed average color */
28   };                              /* illum options */
29  
30   struct rtproc {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines