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 2.8 by greg, Thu Sep 13 06:31:21 2007 UTC vs.
Revision 2.9 by greg, Thu Sep 13 17:52:35 2007 UTC

# Line 26 | Line 26 | struct illum_args {
26          int     sampdens;               /* point sample density */
27          int     nsamps;                 /* # of samples in each direction */
28          float   minbrt;                 /* minimum average brightness */
29 <        float   col[3];                 /* computed average color */
29 >        COLOR   col;                    /* computed average color */
30   };                              /* illum options */
31  
32 < extern void printobj(char  *mod, register OBJREC  *obj);
33 < extern int average(register struct illum_args  *il, float  *da, int  n);
34 < extern void flatout(struct illum_args  *il, float  *da, int  n, int  m,
35 <        FVECT  u, FVECT  v, FVECT  w);
36 < extern void illumout(register struct illum_args  *il, OBJREC  *ob);
37 < extern void roundout(struct illum_args  *il, float  *da, int  n, int  m);
32 > extern void printobj(char *mod, register OBJREC *obj);
33 > extern int average(register struct illum_args *il, COLORV *da, int n);
34 > extern void flatout(struct illum_args *il, COLORV *da, int n, int m,
35 >        FVECT u, FVECT v, FVECT w);
36 > extern void illumout(register struct illum_args *il, OBJREC *ob);
37 > extern void roundout(struct illum_args *il, COLORV *da, int n, int m);
38  
39   extern int my_default(OBJREC *, struct illum_args *, char *);
40   extern int my_face(OBJREC *, struct illum_args *, char *);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines