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.52 by greg, Fri Apr 5 01:10:26 2024 UTC vs.
Revision 2.58 by greg, Sat Jan 18 03:49:00 2025 UTC

# Line 64 | Line 64 | typedef struct ray {
64          int     *slights;       /* list of lights to test for scattering */
65          RNUMBER rno;            /* unique ray number */
66          OBJECT  robj;           /* intersected object number */
67 <        int     rsrc;           /* source we're aiming for */
67 >        int     rsrc;           /* source we're aiming for (or ones to skip) */
68          float   rweight;        /* cumulative weight (for termination) */
69          float   gecc;           /* scattering eccentricity coefficient */
70          SCOLOR  rcoef;          /* contribution coefficient w.r.t. parent */
# Line 205 | Line 205 | extern void    free_objmem(void);
205                                          /* defined in preload.c */
206   extern int      load_os(OBJREC *op);
207   extern void     preload_objs(void);
208 + extern char     *shm_boundary;
209 + extern void     cow_memshare(void);
210 + extern void     cow_doneshare(void);
211                                          /* defined in raycalls.c */
212   extern void     ray_init(char *otnm);
213   extern void     ray_trace(RAY *r);
# Line 248 | Line 251 | extern int     feature_status(int ac, char *av[]);
251   extern int      getrenderopt(int ac, char *av[]);
252   extern void     print_rdefaults(void);
253                                          /* defined in srcdraw.c */
251 extern void     drawsources(COLOR *pic[], float *zbf[],
252                        int x0, int xsiz, int y0, int ysiz);
254   extern void     init_drawsources(int rad);
255 + extern void     drawsources(COLORV *pic[], RGBPRIMP primp, float *zbf[],
256 +                        int x0, int xsiz, int y0, int ysiz);
257                                          /* defined in rt/initotypes.c */
258   extern void     initotypes(void);
259                                          /* module main procedures */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines