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.18 by greg, Fri Jan 7 20:33:02 2005 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 */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines