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

Comparing ray/src/rt/source.h (file contents):
Revision 2.2 by greg, Thu Nov 19 20:26:01 1992 UTC vs.
Revision 2.3 by greg, Tue Jul 25 16:42:31 1995 UTC

# Line 36 | Line 36 | typedef struct {
36                  SPOT  *s;               /* spot */
37          } sl;                   /* localized source information */
38          union {
39 <                int  success;           /* successes - AIMREQT*failures */
39 >                long  success;          /* successes - AIMREQT*failures */
40                  struct {
41                          short  pn;              /* projection number */
42 <                        short  sn;              /* next source to aim for */
42 >                        int  sn;                /* next source to aim for */
43                  }  sv;                  /* virtual source */
44          } sa;                   /* source aiming information */
45          long  ntests, nhits;    /* shadow tests and hits */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines