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.14 by greg, Tue Mar 4 05:49:21 2003 UTC vs.
Revision 3.15 by greg, Fri Jun 20 00:25:49 2003 UTC

# Line 31 | Line 31 | typedef struct rtree {
31  
32   extern struct rleaves {
33          float           (*wp)[3];       /* world intersection point array */
34 <        int4            *wd;            /* world direction array */
34 >        int32           *wd;            /* world direction array */
35          TMbright        *brt;           /* encoded brightness array */
36          BYTE            (*chr)[3];      /* encoded chrominance array */
37          BYTE            (*rgb)[3];      /* tone-mapped color array */
# Line 49 | Line 49 | extern int     qtMinNodesiz;   /* minimum node dimension (pi
49  
50   extern int      rayqleft;       /* number of rays to queue before flush */
51  
52 < extern int4     encodedir();
52 > extern int32    encodedir();
53   extern double   fdir2diff(), dir2diff();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines