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.49 by greg, Mon Feb 6 22:40:21 2023 UTC vs.
Revision 2.50 by greg, Thu Mar 16 00:25:24 2023 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines