refactoring of TriangleMeshShape, introduced ConcaveShape, which allows for StaticPlaneShape and future landscape/heightfield shape
This commit is contained in:
@@ -23,8 +23,7 @@ subject to the following restrictions:
|
||||
#include "stdio.h"
|
||||
|
||||
TriangleMeshShape::TriangleMeshShape(StridingMeshInterface* meshInterface)
|
||||
: m_meshInterface(meshInterface),
|
||||
m_collisionMargin(CONVEX_DISTANCE_MARGIN)
|
||||
: m_meshInterface(meshInterface)
|
||||
{
|
||||
RecalcLocalAabb();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user