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.44 by greg, Tue Jun 16 17:58:11 2020 UTC vs.
Revision 2.45 by greg, Sun Jan 31 18:08:04 2021 UTC

# Line 221 | Line 221 | extern int     ray_fifo_flush(void);
221   extern int      rayorigin(RAY *r, int rt, const RAY *ro, const COLOR rc);
222   extern void     rayclear(RAY *r);
223   extern void     raytrace(RAY *r);
224 + extern int      rayreject(OBJREC *o, RAY *r, double t);
225   extern void     rayhit(OBJECT *oset, RAY *r);
226   extern void     raycont(RAY *r);
227   extern void     raytrans(RAY *r);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines