Bullet Collision Detection & Physics Library
|
#include <btCompoundFromGimpact.h>
Public Member Functions | |
MyInternalTriangleIndexCallback (btCompoundShape *colShape, const btGImpactMeshShape *meshShape, btScalar depth) | |
virtual void | internalProcessTriangleIndex (btVector3 *triangle, int partId, int triangleIndex) |
Public Member Functions inherited from btInternalTriangleIndexCallback | |
virtual | ~btInternalTriangleIndexCallback () |
Public Attributes | |
const btGImpactMeshShape * | m_gimpactShape |
btCompoundShape * | m_colShape |
btScalar | m_depth |
Definition at line 32 of file btCompoundFromGimpact.h.
|
inline |
Definition at line 38 of file btCompoundFromGimpact.h.
|
inlinevirtual |
Implements btInternalTriangleIndexCallback.
Definition at line 45 of file btCompoundFromGimpact.h.
btCompoundShape* MyInternalTriangleIndexCallback::m_colShape |
Definition at line 35 of file btCompoundFromGimpact.h.
btScalar MyInternalTriangleIndexCallback::m_depth |
Definition at line 36 of file btCompoundFromGimpact.h.
const btGImpactMeshShape* MyInternalTriangleIndexCallback::m_gimpactShape |
Definition at line 34 of file btCompoundFromGimpact.h.