renamed ConcaveShape to btConcaveShape
added btHeightfieldTerrainShape (not done yet)
This commit is contained in:
@@ -65,7 +65,7 @@ public:
|
||||
|
||||
///
|
||||
///Uses an interface to access the triangles to allow for sharing graphics/physics triangles.
|
||||
class btGIMPACTMeshShape : public ConcaveShape
|
||||
class btGIMPACTMeshShape : public btConcaveShape
|
||||
{
|
||||
protected:
|
||||
btGIMPACTMeshData * m_meshdata;
|
||||
|
||||
Reference in New Issue
Block a user