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

Comparing ray/src/hd/rhd_qtree.h (file contents):
Revision 3.17 by schorsch, Thu Jan 1 11:21:55 2004 UTC vs.
Revision 3.19 by greg, Fri May 20 02:06:39 2011 UTC

# Line 39 | Line 39 | extern struct rleaves {
39          float           (*wp)[3];       /* world intersection point array */
40          int32           *wd;            /* world direction array */
41          TMbright        *brt;           /* encoded brightness array */
42 <        BYTE            (*chr)[3];      /* encoded chrominance array */
43 <        BYTE            (*rgb)[3];      /* tone-mapped color array */
42 >        uby8            (*chr)[3];      /* encoded chrominance array */
43 >        uby8            (*rgb)[3];      /* tone-mapped color array */
44          int             nl;             /* count of leaves in our pile */
45          int             bl, tl;         /* bottom and top (next) leaf index */
46          int             tml;            /* next leaf needing tone-mapping */
# Line 54 | Line 54 | extern double  qtDepthEps;     /* epsilon to compare depths
54   extern int      qtMinNodesiz;   /* minimum node dimension (pixels) */
55  
56   extern int      rayqleft;       /* number of rays to queue before flush */
57 +
58 + extern TMstruct *tmGlobal;      /* global tone-mapping structure */
59  
60   /*
61   extern int32    encodedir();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines