Bullet Collision Detection & Physics Library
|
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 |
char | m_padding [20] |
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 94 of file btQuantizedBvh.h.
btOptimizedBvhNode::BT_DECLARE_ALIGNED_ALLOCATOR | ( | ) |
btVector3 btOptimizedBvhNode::m_aabbMaxOrg |
Definition at line 101 of file btQuantizedBvh.h.
btVector3 btOptimizedBvhNode::m_aabbMinOrg |
Definition at line 100 of file btQuantizedBvh.h.
int btOptimizedBvhNode::m_escapeIndex |
Definition at line 104 of file btQuantizedBvh.h.
char btOptimizedBvhNode::m_padding[20] |
Definition at line 112 of file btQuantizedBvh.h.
int btOptimizedBvhNode::m_subPart |
Definition at line 108 of file btQuantizedBvh.h.
int btOptimizedBvhNode::m_triangleIndex |
Definition at line 109 of file btQuantizedBvh.h.