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

Comparing ray/src/rt/ambient.h (file contents):
Revision 2.12 by greg, Tue Apr 19 01:15:06 2005 UTC vs.
Revision 2.13 by greg, Wed May 25 18:06:22 2005 UTC

# Line 65 | Line 65 | extern void    setambient(void);
65   extern void     multambient(COLOR aval, RAY *r, FVECT nrm);
66   extern void     ambdone(void);
67   extern void     ambnotify(OBJECT obj);
68 < extern double   sumambient(COLOR acol, RAY *r, FVECT rn, int al,
68 > extern double   sumambient(COLOR acol, RAY *r, double rw, FVECT rn, int al,
69                                  AMBTREE *at, FVECT c0, double s);
70   extern double   makeambient(COLOR acol, RAY *r, COLOR ac, FVECT rn, int al);
71   extern void     extambient(COLOR cr, AMBVAL *ap, FVECT pv, FVECT nv);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines