| # | 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 */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |