ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/octree.h
(Generate patch)

Comparing ray/src/common/octree.h (file contents):
Revision 1.2 by greg, Sat Oct 14 11:25:18 1989 UTC vs.
Revision 1.3 by greg, Thu Sep 6 23:32:39 1990 UTC

# Line 62 | Line 62 | extern CUBE  thescene;                 /* the main scene */
62   #define  IO_BOUNDS      020             /* octree boundary */
63   #define  IO_ALL         (~0)            /* everything */
64                                  /* magic number for octree files */
65 < #define  OCTMAGIC       (275+sizeof(OBJECT))
65 > #define  OCTMAGIC       (283+sizeof(OBJECT))
66                                  /* octree node types */
67   #define  OT_EMPTY       0
68   #define  OT_FULL        1

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines