renamed ConcaveShape to btConcaveShape

added btHeightfieldTerrainShape (not done yet)
This commit is contained in:
ejcoumans
2006-11-29 02:11:25 +00:00
parent 6738ed329d
commit 71145de242
12 changed files with 167 additions and 15 deletions

View File

@@ -17,12 +17,12 @@ subject to the following restrictions:
#include "btConcaveShape.h"
ConcaveShape::ConcaveShape() : m_collisionMargin(0.f)
btConcaveShape::btConcaveShape() : m_collisionMargin(0.f)
{
}
ConcaveShape::~ConcaveShape()
btConcaveShape::~btConcaveShape()
{
}