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

Comparing ray/src/hd/rholo.h (file contents):
Revision 3.4 by gregl, Wed Nov 26 20:16:01 1997 UTC vs.
Revision 3.5 by gregl, Wed Nov 26 21:34:27 1997 UTC

# Line 17 | Line 17 | typedef struct packet {
17          int2    hd;             /* holodeck section (first) */
18          int4    bi;             /* beam index (second) */
19          int4    nr;             /* number of rays (third) */
20 +        int4    nc;             /* number calculated (fourth) */
21          RAYVAL  ra[RPACKSIZ];   /* ray values (fourth) */
22          float   *offset;        /* offset array if !vbool(OBSTRUCTIONS) */
23          struct packet   *next;  /* next in packet list */
# Line 26 | Line 27 | typedef struct {
27          int2    hd;             /* holodeck section (first) */
28          int4    bi;             /* beam index (second) */
29          int4    nr;             /* number of rays (third) */
30 +        int4    nc;             /* number calculated (fourth) */
31   } PACKHEAD;             /* followed by ray values */
32  
33   #define packsiz(nr)     (sizeof(PACKHEAD)+(nr)*sizeof(RAYVAL))
# Line 65 | Line 67 | typedef struct {
67                                  /* bundle set requests */
68   #define BS_NEW          1               /* replace current set with new one */
69   #define BS_ADD          2               /* add to current set */
70 < #define BS_DEL          3               /* delete from current set */
70 > #define BS_ADJ          3               /* adjust current set quantities */
71 > #define BS_DEL          4               /* delete from current set */
72  
73   extern char     *progname;      /* our program name */
74   extern char     *hdkfile;       /* holodeck file name */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines