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.1 by greg, Tue Jul 23 13:35:33 1991 UTC vs.
Revision 1.2 by greg, Tue Jul 23 16:13:27 1991 UTC

# Line 5 | Line 5
5   /*
6   * Common definitions for mkillum
7   */
8 +
9 + #include  "standard.h"
10 +
11 + #include  "object.h"
12 +
13 + #include  "otypes.h"
14 +
15                                  /* illum flags */
16   #define  IL_FLAT        0x1             /* flat surface */
17   #define  IL_LIGHT       0x2             /* light rather than illum */
# Line 17 | Line 24 | struct illum_args {
24          char    matname[MAXSTR];        /* illum material name */
25          char    datafile[MAXSTR];       /* distribution data file name */
26          int     dfnum;                  /* data file number */
27 <        char    altmatname[MAXSTR];     /* alternate material name */
27 >        char    altmat[MAXSTR];         /* alternate material name */
28          int     nsamps;                 /* # of samples in each direction */
29          int     nalt, nazi;             /* # of altitude and azimuth angles */
30          FVECT   orient;                 /* coordinate system orientation */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines