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.18 by gwlarson, Sun Jan 31 10:56:57 1999 UTC vs.
Revision 3.20 by gwlarson, Thu Mar 4 10:29:23 1999 UTC

# Line 34 | Line 34 | typedef struct {
34   #define packra(p)       ((RAYVAL *)((p)+1))
35  
36   typedef struct {
37 +        int     nb;             /* number of beams in list */
38 +        PACKHEAD        *bl;    /* allocated beam list */
39 + } BEAMLIST;             /* a list of beam requests */
40 +
41 + typedef struct {
42          FVECT   vpt;            /* view (eye point) position */
43          double  rng;            /* desired mean radius for sample rays */
44   } VIEWPOINT;            /* target eye position */
# Line 78 | Line 83 | typedef struct {
83   #define BS_ADD          2               /* add to current set */
84   #define BS_ADJ          3               /* adjust current set quantities */
85   #define BS_DEL          4               /* delete from current set */
86 + #define BS_MAX          5               /* set to max of old and new */
87  
88   extern char     *progname;      /* our program name */
89   extern char     *hdkfile;       /* holodeck file name */
# Line 94 | Line 100 | extern int     nowarn;         /* turn warnings off? */
100   extern int      ncprocs;        /* number of requested compute processes */
101   extern int      nprocs;         /* number of running compute processes */
102  
103 < extern double   expval;         /* global exposure value */
103 > extern int      chunkycmp;      /* using "chunky" comparison mode */
104  
105   extern VIEWPOINT        myeye;  /* target view position */
106  
# Line 109 | Line 115 | extern int     rtargc;         /* rtrace command */
115   extern char     *rtargv[];
116  
117   extern PACKET   *do_packets(), *get_packets(), *flush_queue();
118 +
119 + extern int2     *viewbeams();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines