| # | Line 53 | Line 53 | extern OCTREE *octblock[MAXOBLK]; /* octree blocks */ | |
|---|---|---|
| 53 | */ | |
| 54 | ||
| 55 | typedef struct { | |
| 56 | – | OCTREE cutree; /* the octree for this cube */ |
| 56 | FVECT cuorg; /* the cube origin */ | |
| 57 | double cusize; /* the cube size */ | |
| 58 | + | OCTREE cutree; /* the octree for this cube */ |
| 59 | } CUBE; | |
| 60 | ||
| 61 | extern CUBE thescene; /* the main scene */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |