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.20 by greg, Fri Oct 5 19:46:26 2018 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 55 | Line 55 | extern int     qtMinNodesiz;   /* minimum node dimension (pi
55  
56   extern int      rayqleft;       /* number of rays to queue before flush */
57  
58 < /*
59 < extern int32    encodedir();
60 < extern double   fdir2diff(), dir2diff();
61 < */
58 > extern TMstruct *tmGlobal;      /* global tone-mapping structure */
59  
60          /* rhd_qtree.c */
61   extern int qtAllocLeaves(register int n);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines