btOptimizedBvhNode contains both internal and leaf node information. More...
#include <btQuantizedBvh.h>

Public Member Functions | |
| BT_DECLARE_ALIGNED_ALLOCATOR () | |
Public Attributes | |
| btVector3 | m_aabbMinOrg |
| btVector3 | m_aabbMaxOrg |
| int | m_escapeIndex |
| int | m_subPart |
| int | m_triangleIndex |
| int | m_padding [5] |
btOptimizedBvhNode contains both internal and leaf node information.
Total node size is 44 bytes / node. You can use the compressed version of 16 bytes.
Definition at line 82 of file btQuantizedBvh.h.
| btOptimizedBvhNode::BT_DECLARE_ALIGNED_ALLOCATOR | ( | ) |
Definition at line 88 of file btQuantizedBvh.h.
Definition at line 87 of file btQuantizedBvh.h.
Definition at line 91 of file btQuantizedBvh.h.
Definition at line 97 of file btQuantizedBvh.h.
Definition at line 95 of file btQuantizedBvh.h.
Definition at line 96 of file btQuantizedBvh.h.
1.6.1