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

Comparing ray/src/rt/ray.h (file contents):
Revision 2.27 by greg, Mon Jun 13 20:07:56 2005 UTC vs.
Revision 2.28 by greg, Tue Jun 21 15:06:50 2005 UTC

# Line 205 | Line 205 | extern int     rayshade(RAY *r, int mod);
205   extern void     rayparticipate(RAY *r);
206   extern void     raytexture(RAY *r, OBJECT mod);
207   extern int      raymixture(RAY *r, OBJECT fore, OBJECT back, double coef);
208 < extern void     raycontrib(COLOR rc, const RAY *r, int flags);
208 > extern void     raycontrib(double rc[3], const RAY *r, int flags);
209   extern double   raydist(const RAY *r, int flags);
210   extern double   raynormal(FVECT norm, RAY *r);
211   extern void     newrayxf(RAY *r);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines