prepare for AABB tree traversal for compound objects

This commit is contained in:
ejcoumans
2006-07-25 00:30:15 +00:00
parent 9da13d7628
commit 8bf47140fe
4 changed files with 25 additions and 15 deletions

View File

@@ -21,7 +21,8 @@ subject to the following restrictions:
CompoundShape::CompoundShape()
:m_localAabbMin(1e30f,1e30f,1e30f),
m_localAabbMax(-1e30f,-1e30f,-1e30f)
m_localAabbMax(-1e30f,-1e30f,-1e30f),
m_aabbTree(0)
{
}