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.3 by greg, Thu Sep 6 23:32:39 1990 UTC vs.
Revision 1.4 by greg, Thu Apr 18 12:54:26 1991 UTC

# Line 61 | Line 61 | extern CUBE  thescene;                 /* the main scene */
61   #define  IO_FILES       010             /* object file names */
62   #define  IO_BOUNDS      020             /* octree boundary */
63   #define  IO_ALL         (~0)            /* everything */
64 +                                /* octree format identifier */
65 + #define  OCTFMT         "Radiance_octree"
66                                  /* magic number for octree files */
67   #define  OCTMAGIC       (283+sizeof(OBJECT))
68                                  /* octree node types */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines