#include "aabtreecull.h"
#include "chunkio.h"
#include "iostruct.h"
#include <string.h>
#include "sphere.h"
#include "colmath.h"
#include "colmathinlines.h"
Go to the source code of this file.
◆ AABNODE_ATTRIBUTE_BACK_CHILD
| #define AABNODE_ATTRIBUTE_BACK_CHILD 0x00000002 |
◆ AABNODE_ATTRIBUTE_FRONT_CHILD
| #define AABNODE_ATTRIBUTE_FRONT_CHILD 0x00000001 |
◆ anonymous enum
| Enumerator |
|---|
| AABTREE_CHUNK_VERSION | |
| AABTREE_CHUNK_AABNODE | |
| AABTREE_CHUNK_AABNODE_INFO | |
| AABTREE_CHUNK_AABNODE_CONTENTS | |
| AABTREE_CHUNK_AABNODE_VARIABLES | |
| AABTREE_CHUNK_NODE_INDEX | |
| AABTREE_VARIABLE_NODESTRUCT | |
| AABTREE_VARIABLE_USERDATA | |
Definition at line 64 of file aabtreecull.cpp.
◆ DEFINE_AUTO_POOL() [1/2]
◆ DEFINE_AUTO_POOL() [2/2]
◆ AABTREE_CURRENT_VERSION
| const uint32 AABTREE_CURRENT_VERSION = 0x00010000 |