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.6 by gregl, Fri Dec 5 09:39:20 1997 UTC vs.
Revision 3.7 by gregl, Fri Dec 5 15:40:54 1997 UTC

# Line 8 | Line 8
8  
9   #include "tonemap.h"
10   #include "rhdriver.h"
11 +
12 + #ifndef int2
13 + #define int2    short
14 + #endif
15 + #ifndef int4
16 + #define int4    long
17 + #endif
18                                  /* child ordering */
19   #define DL              0               /* down left */
20   #define DR              1               /* down right */
# Line 33 | Line 40 | typedef struct rtree {
40  
41   extern struct rleaves {
42          float           (*wp)[3];       /* world intersection point array */
43 <        short           (*wd)[2];       /* world direction array */
43 >        int4            *wd;            /* world direction array */
44          TMbright        *brt;           /* encoded brightness array */
45          BYTE            (*chr)[3];      /* encoded chrominance array */
46          BYTE            (*rgb)[3];      /* tone-mapped color array */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines