renamed ConcaveShape to btConcaveShape
added btHeightfieldTerrainShape (not done yet)
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user