#include "Stdafx.h"
Go to the source code of this file.
Macros | |
#define | FIND_MAX_VALUES |
#define | INIT_QUANTIZATION |
#define | PERFORM_QUANTIZATION |
#define | REMAP_DATA(member) |
Functions | |
static void | _BuildCollisionTree (AABBCollisionNode *linear, const udword box_id, udword ¤t_id, const AABBTreeNode *current_node) |
static void | _BuildNoLeafTree (AABBNoLeafNode *linear, const udword box_id, udword ¤t_id, const AABBTreeNode *current_node) |
inline_ void | ComputeMinMax (Point &min, Point &max, const VertexPointers &vp) |
Variables | |
static bool | gFixQuantized = true |
Contains code for optimized trees. Implements 4 trees:
Definition in file OPC_OptimizedTree.cpp.
#define FIND_MAX_VALUES |
Definition at line 490 of file OPC_OptimizedTree.cpp.
#define INIT_QUANTIZATION |
Definition at line 504 of file OPC_OptimizedTree.cpp.
#define PERFORM_QUANTIZATION |
Definition at line 525 of file OPC_OptimizedTree.cpp.
#define REMAP_DATA | ( | member | ) |
|
static |
Definition at line 99 of file OPC_OptimizedTree.cpp.
|
static |
Definition at line 158 of file OPC_OptimizedTree.cpp.
Definition at line 364 of file OPC_OptimizedTree.cpp.
|
static |
Compilation flag:
Definition at line 76 of file OPC_OptimizedTree.cpp.