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.5 by gregl, Tue Nov 25 16:52:04 1997 UTC vs.
Revision 3.6 by gregl, Fri Dec 5 09:39:20 1997 UTC

# Line 33 | Line 33 | typedef struct rtree {
33  
34   extern struct rleaves {
35          float           (*wp)[3];       /* world intersection point array */
36 +        short           (*wd)[2];       /* world direction array */
37          TMbright        *brt;           /* encoded brightness array */
38          BYTE            (*chr)[3];      /* encoded chrominance array */
39          BYTE            (*rgb)[3];      /* tone-mapped color array */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines