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 1.11 by greg, Tue Jun 25 12:32:49 1991 UTC vs.
Revision 1.12 by greg, Tue Jul 16 15:56:44 1991 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines