--- ray/src/common/octree.h 1989/10/14 11:25:18 1.2 +++ ray/src/common/octree.h 1991/04/18 12:54:26 1.4 @@ -61,8 +61,10 @@ extern CUBE thescene; /* the main scene */ #define IO_FILES 010 /* object file names */ #define IO_BOUNDS 020 /* octree boundary */ #define IO_ALL (~0) /* everything */ + /* octree format identifier */ +#define OCTFMT "Radiance_octree" /* magic number for octree files */ -#define OCTMAGIC (275+sizeof(OBJECT)) +#define OCTMAGIC (283+sizeof(OBJECT)) /* octree node types */ #define OT_EMPTY 0 #define OT_FULL 1