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.9 by gregl, Thu Jan 1 13:00:15 1998 UTC vs.
Revision 3.10 by gwlarson, Wed Aug 12 17:56:26 1998 UTC

# Line 1 | Line 1
1 < /* Copyright (c) 1997 Silicon Graphics, Inc. */
1 > /* Copyright (c) 1998 Silicon Graphics, Inc. */
2  
3   /* SCCSid "$SunId$ SGI" */
4  
# Line 9 | Line 9
9   #include "tonemap.h"
10   #include "rhdriver.h"
11  
12 #ifndef int2
13 #define int2    short
14 #endif
15 #ifndef int4
16 #define int4    int
17 #endif
18                                /* child ordering */
12   #define DL              0               /* down left */
13   #define DR              1               /* down right */
14   #define UL              2               /* up left */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines